Skip to content

Conversation

@KinanAlAttar
Copy link

No description provided.

# Launch the Jupyter Notebook Server
set -x
jupyter notebook --config="${CONFIG_FILE}" <%= context.extra_jupyter_args %>
PYTHONPATH=$HOME/.local/lib/python3.6/site-packages jupyter notebook --config="${CONFIG_FILE}" <%= context.extra_jupyter_args %>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the idea with this change that the jupyterlmod extension is installed in your home directory under PYTHONPATH=$HOME/.local/lib/python3.6/site-packages?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, exactly.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We checked and it turned out that those site packages were not being loaded which is surprising because it is part of the default Python load path.

@MorganRodgers MorganRodgers changed the title Updated before.sh.erb & script.sh.erb to enable jupyterlmod's server extension [DO NOT MERGE] Enable jupyterlmod's server extension Oct 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants