NixJupyter/README.md

10 lines
218 B
Markdown
Raw Normal View History

2024-02-10 02:53:43 +00:00
# Nix Jupyter Notebooks
The following is a quick way to utilize Nix (`shell.nix`) and `direnv` to automatically spin up a Jupyter environment with both a Python3 and GoNB Kernel.
## Running
```
make run_jupyter
```