Skip to content

Commit

Permalink
install notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
jsta committed Apr 23, 2024
1 parent d2a0317 commit b2a07a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
_site
*.html
*.Rproj
.DS_Store
1 change: 1 addition & 0 deletions languages/_posts/2020-12-15-jupyter.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jupytext --set-formats ipynb,py foo.ipynb
## Starting a new notebook (manually)

```shell
# conda install -c conda-forge notebook
jupyter notebook
# then click new, etc
```
Expand Down

0 comments on commit b2a07a7

Please sign in to comment.