Skip to content

Commit

Permalink
remove jupyterlab_execute_time
Browse files Browse the repository at this point in the history
  • Loading branch information
athornton committed May 31, 2023
1 parent 27df9b5 commit e638d6d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion stage3-py.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ rubin_env_ver=$(mamba list rubin-env$ --no-banner --json \
# "rubin-env-rsp==${rubin_env_ver}"
# For Jupyterlab 4 work, add the rubin-env-rsp packages by hand, as we
# may be changing their versions a lot.

#
# Not ready for JL4 yet:
# jupyterlab_execute_time \
mamba install --no-banner -y \
astroplan \
astrowidgets \
Expand Down Expand Up @@ -67,7 +71,6 @@ mamba install --no-banner -y \
jupyter_bokeh \
jupyterhub \
"jupyterlab>=4,<5" \
jupyterlab_execute_time \
jupyterlab_iframe \
jupyterlab_widgets \
jupyterlab-variableinspector \
Expand Down

0 comments on commit e638d6d

Please sign in to comment.