Skip to content

Commit

Permalink
JupyterLab Environment (#17)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
3 people authored Feb 11, 2025
1 parent 3862b7b commit 040d147
Show file tree
Hide file tree
Showing 15 changed files with 1,978 additions and 1,415 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
| **Applications:** |
| `1password` |||| 1Password + a simple shell helper |
| `nginx` |||| A HTTP web server and much more... |
| `nb` |||| IPython notebook |
| `jupyterlab` |||| Jupyter Lab notebook |
| `flaim` |||| A stack of Python modules for Stable Diffusion |
| `crispy-doom` |||| The Crispy Doom game engine w/a hook that downloads a Doom game library |
| `colima` |||| Turnkey Docker with Containers on Linux Machines |
Expand Down
1 change: 1 addition & 0 deletions nb/.flox/.gitignore → jupyterlab/.flox/.gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
run/
cache/
lib/
log/
4 changes: 4 additions & 0 deletions jupyterlab/.flox/env.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "jupyterlab",
"version": 1
}
Loading

0 comments on commit 040d147

Please sign in to comment.