Last active
February 16, 2022 02:05
-
-
Save bollwyvl/dc5a15d92ba7603e0869c0fbbdfe4f8a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
install.packages("tidyverse") |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# disable the extension based on the plugin id, not the package name | |
# see: https://github.com/jupyterhub/jupyter-server-proxy/blob/v3.2.1/jupyterlab-server-proxy/src/index.ts#L107 | |
jupyter labextension disable jupyterlab-server-proxy |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jupyterlab >=3.2.9 | |
jupyter-server-proxy >=3.2.1 | |
jupyter-rsession-proxy |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
r-4.1-2022-01-10 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment