This repository has been archived by the owner on Nov 13, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Conversation
This file contains 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
The simplest way to review this request is likely to view the rendered changes in the browser:
|
tdstein
requested review from
kgartland-rstudio,
mmarchetti,
bcwu and
edavidaja
February 23, 2023 18:59
bcwu
approved these changes
Feb 23, 2023
mmarchetti
approved these changes
Feb 23, 2023
# Enables the rsconnect-jupyter extension | ||
RUN python3 -m jupyter nbextension install --sys-prefix --py rsconnect_jupyter | ||
RUN python3 -m jupyter nbextension enable --sys-prefix --py rsconnect_jupyter | ||
RUN python3 -m jupyter serverextension enable --sys-prefix --py rsconnect_jupyter |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so much cleaner!
tdstein
commented
Feb 24, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Updates the installation guide to reflect the current best practices within the Juypter ecosystem.
This change also includes additional warning messages to convey that JupyterLab is not supported.
Also updates the JupyterHub Docker example to use the most recent release of Jupyter. I have also replicated this example in the
./examples
directory.Connected to #328