We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a4144a commit c2af33bCopy full SHA for c2af33b
README.md
@@ -19,6 +19,8 @@ This is a Jupyter provisioner for [`libyt`](https://github.com/yt-project/libyt)
19
```bash
20
git clone https://github.com/yt-project/jupyter_libyt.git
21
cd jupyter_libyt
22
+ jlpm install # make sure JupyterLab is already installed
23
+ jlpm run build
24
pip install .
25
```
26
0 commit comments