Skip to content

Commit 0f1ed04

Browse files
committed
update readme
1 parent 5e7fb73 commit 0f1ed04

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

interactive_notebooks/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Info
2+
**Till end of lab only empty (without solutions) notebooks will be available.**
3+
<br/><br/>
14
# Usage instructions
25
All interactive notebooks are Jupyter notebooks.
36
In 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-
2122
More information on https://github.com/JuliaLang/IJulia.jl
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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+
```

0 commit comments

Comments
 (0)