File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
name = " DrWatson"
2
2
uuid = " 634d3b9d-ee7a-5ddf-bec9-22491ea816e1"
3
3
repo = " https://github.com/JuliaDynamics/DrWatson.jl.git"
4
- version = " 2.6.1 "
4
+ version = " 2.6.2 "
5
5
6
6
[deps ]
7
7
Dates = " ade2ca70-3891-5945-98fb-dc099432e06a"
Original file line number Diff line number Diff line change 176
176
177
177
!!! warning "Usage in Pluto.jl"
178
178
Pluto.jl understands the `@quickactivate` macro and will switch to
179
- using the standard Julia package manager once it encounters the commands
180
- `using DrWatson` and/or `@quickactivate`. But, because `@quickactivate` is a macro
179
+ using the standard Julia package manager once it encounters it (or `quickactivate`).
180
+ But, because `@quickactivate` is a macro
181
181
it needs to be executed in a new cell, after `using DrWatson`. I.e., you need to split
182
182
```julia
183
183
begin
You can’t perform that action at this time.
0 commit comments