Skip to content

Commit 5e7fb73

Browse files
committed
readme
1 parent 4c8bb4a commit 5e7fb73

File tree

6 files changed

+715
-0
lines changed

6 files changed

+715
-0
lines changed

interactive_notebooks/README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Usage instructions
2+
All interactive notebooks are Jupyter notebooks.
3+
In order to use them some instalations are needed.
4+
5+
1) run julia (version is your choice) in terminal
6+
2) you need to install `IJulia` -> `using Pkg; Pkg.add("IJulia")`
7+
3) *run `notebook()`* and confirm installation of `Jupyter`
8+
```julia
9+
julia> notebook()
10+
install Jupyter via Conda, y/n? [y]:
11+
```
12+
4) run `notebook()` again -> `Jupyter notebook` will open in your browser
13+
5) navigate to folder with notebook
14+
![navigate](jupyter-example.png)
15+
6) when you create or open existing notebook, make sure you are using `julia` kernel
16+
![kernel-change](kernel-change.png)
17+
18+
19+
20+
21+
More information on https://github.com/JuliaLang/IJulia.jl
159 KB
Loading
733 KB
Loading
45 KB
Loading

0 commit comments

Comments
 (0)