Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to JupyterLab 4.x and add jupyterlab-pioneer #101

Merged
merged 39 commits into from
Jan 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
50e52ba
install jhub-apps in jupyterhub image
aktech Oct 13, 2023
123efca
update environment to use jhub apps and push
aktech Oct 13, 2023
8e257ae
bump jhub-apps commit hash
aktech Oct 16, 2023
77347ed
bump jhub to 4.0.2
aktech Oct 16, 2023
9fcf271
bump jhub apps version to a3706b9
aktech Oct 17, 2023
5937a80
update japps
aktech Oct 19, 2023
b974a57
update japps again
aktech Oct 19, 2023
0b89906
update to hub
aktech Oct 19, 2023
2100b1b
build docker image
aktech Oct 19, 2023
3429d49
update jhub to 3fc6729
aktech Oct 19, 2023
f335fc5
update image - get conf from file
aktech Nov 3, 2023
4616652
update japps
aktech Nov 3, 2023
3414f15
update jhub commit
aktech Nov 3, 2023
b680070
update jhub apps to 3ae44a53e2
aktech Nov 3, 2023
f53e1d1
update jhub
aktech Nov 3, 2023
28525be
update
aktech Nov 5, 2023
e555db6
jhub more logging
aktech Nov 6, 2023
0bdaf71
config log
aktech Nov 6, 2023
e9d9f0f
add jupyterlab_pioneer
aktech Nov 13, 2023
8c552de
add - jupyterlab_pioneer
aktech Nov 13, 2023
fb8db8d
try lab 4
aktech Nov 13, 2023
1bdc26f
upgrade server
aktech Nov 13, 2023
8587e3e
remove retro and video
aktech Nov 13, 2023
65110c8
remove voila
aktech Nov 13, 2023
c58f68c
remove jupyter-tensorboard
aktech Nov 13, 2023
c2c7aed
remove jupyterlab_nvdashboard
aktech Nov 13, 2023
fe3f1cc
remove jupyter nbextension command
aktech Nov 13, 2023
12aed4d
update jhub to add conda+spawner options
aktech Nov 22, 2023
c1dcc2d
add nebari int branch
aktech Nov 22, 2023
393310a
pass in env to service
aktech Nov 22, 2023
0f75964
Merge branch 'main' into jhub-apps
aktech Nov 28, 2023
8bd675c
remove jhub dependencies
aktech Dec 5, 2023
2d582d3
dont upgrade jupyterhub
aktech Dec 5, 2023
8fc405f
remove gradio and jhub
aktech Dec 5, 2023
69e5236
undo build
aktech Dec 5, 2023
30852b3
remove comment about nbextension install
aktech Dec 5, 2023
f85c644
move jupyterlab_pioneer to conda section
aktech Dec 19, 2023
0f8682c
fix jupyterlab-pioneer name
aktech Dec 19, 2023
a873d83
Merge branch 'main' into jlab4
dcmcand Jan 9, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 3 additions & 6 deletions jupyterlab/environment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,27 +12,26 @@ dependencies:
- nb_conda_kernels
- ipython > 7
- jupyter-server-proxy
- "jupyter_server>=1.18.1"
- jupyterlab >=3
- "jupyter_server>=2.4.0"
- jupyterlab >=4
- jupyter_client
- jupyter_console
- jupyterhub==3.1.1
- nbconvert
- nbval
- retrolab

# jupyterlab extensions
- dask_labextension >= 5.3.0
- jupyterlab-git >=0.30.0
- sidecar >=0.5.0
- jupyter-videochat >=0.5.0
- ipywidgets >= 8.0.0
- ipyleaflet >=0.13.5
- pyviz_comms >=2.0.1
- jupyter-resource-usage >=0.6.0
- nbgitpuller
- jupyterlab_code_formatter
- jupyterlab-spellchecker >= 0.7.3
- jupyterlab-pioneer

# viz tools
- param
Expand All @@ -56,7 +55,5 @@ dependencies:
# vscode jupyterlab launcher
- git+https://github.com/betatim/vscode-binder
- jupyterlab-conda-store==2023.10.1
- jupyter-tensorboard
- jupyterlab_nvdashboard
- argo-jupyter-scheduler==2023.7.1
- jupyter_ai
3 changes: 0 additions & 3 deletions jupyterlab/postBuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
set -euo pipefail
set -x

# install classic notebook extensions
jupyter nbextension enable --py widgetsnbextension --sys-prefix

# install code-server extension
sh /opt/scripts/install-code-server.sh "/opt/conda/envs/${DEFAULT_ENV}/share"

Expand Down
Loading