Skip to content

Commit 040d147

Browse files
rossturktomberek
andauthored
JupyterLab Environment (#17)
The Jupyter team recommends the use of Jupyter Lab, so perhaps we should as well. This environment should replace `flox/nb`. --------- Signed-off-by: Ross Turk <[email protected]> Co-authored-by: Thomas Bereknyei <[email protected]> Co-authored-by: tomberek <[email protected]>
1 parent 3862b7b commit 040d147

15 files changed

+1978
-1415
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
| **Applications:** |
3131
| `1password` |||| 1Password + a simple shell helper |
3232
| `nginx` |||| A HTTP web server and much more... |
33-
| `nb` |||| IPython notebook |
33+
| `jupyterlab` |||| Jupyter Lab notebook |
3434
| `flaim` |||| A stack of Python modules for Stable Diffusion |
3535
| `crispy-doom` |||| The Crispy Doom game engine w/a hook that downloads a Doom game library |
3636
| `colima` |||| Turnkey Docker with Containers on Linux Machines |
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
run/
22
cache/
33
lib/
4+
log/

jupyterlab/.flox/env.json

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"name": "jupyterlab",
3+
"version": 1
4+
}

0 commit comments

Comments
 (0)