Skip to content

Commit 8848664

Browse files
authored
Update README.md
1 parent 3bbd84d commit 8848664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ using FFTW
108108
using IJulia
109109
```
110110

111-
in my startup.jl file and do **using PyPlot** when I need it. PyPlot takes a while to get going. With version 1.10, load times are much, much better and putting __using PyPlot__ in your startup.jl file is a reasonable thing to do. I have not tested the norebooks with v1.10 yet and will do that as soon as 1.10 is out of beta. I use 1.10-beta for my day-to-day work already.
111+
in my startup.jl file and do **using PyPlot** when I need it. PyPlot takes a while to get going. With version 1.10, load times are much, much better and putting __using PyPlot__ in your startup.jl file is a reasonable thing to do. I have not tested the notebooks with v1.10 yet and will do that as soon as 1.10 is out of beta. I use 1.10-beta for my day-to-day work already.
112112

113113
All this is also in the first code window in the notebooks. If Julia complains about a missing package, it is your job to add it.
114114

0 commit comments

Comments
 (0)