File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed
Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1+ # Info
2+ ** Till end of lab only empty (without solutions) notebooks will be available.**
3+ <br /><br />
14# Usage instructions
25All interactive notebooks are Jupyter notebooks.
36In order to use them some instalations are needed.
@@ -16,6 +19,4 @@ In order to use them some instalations are needed.
1619 ! [kernel- change](kernel- change. png)
1720
1821
19-
20-
2122More information on https: // github. com/ JuliaLang/ IJulia. jl
Original file line number Diff line number Diff line change 1+ # Warning
2+
3+ This particular notebook requires you to run Jupyter from julia with additional threads from beginning
4+ 1 ) open terminal
5+ 2 ) run ` julia --project -t 4 ` .
6+ 3 ) rest is the same
7+ ``` julia
8+ julia> using IJulia
9+ julia> notebook ()
10+ ```
You can’t perform that action at this time.
0 commit comments