NixJupyter/README.md
2024-02-09 21:53:43 -05:00

10 lines
218 B
Markdown

# 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
```