generated from 2i2c-org/hub-user-image-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #87 from jnywong/update-handbook-image
Update handbook authoring image
- Loading branch information
Showing
2 changed files
with
1 addition
and
6 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,6 @@ | ||
npm install -g mystmd | ||
|
||
jupyter labextension install jupyterlab_iframe@^0.2 | ||
jupyter serverextension enable --py jupyterlab_iframe | ||
|
||
#config="c.JupyterLabIFrame.welcome = 'local://binder/landing.html'" | ||
config="" | ||
config="c.ContentsManager.allow_hidden = True" | ||
mkdir -p ~/.jupyter | ||
echo $config > ~/.jupyter/jupyter_notebook_config.py |
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