Skip to content
Snippets Groups Projects
Commit 933f744d authored by Dominic Kempf's avatar Dominic Kempf
Browse files

Fix the creation of the ipython notebook wrapper script

parent 43f39747
No related branches found
No related tags found
No related merge requests found
# Install some additional packages into the virtualenv. # Install some additional packages into the virtualenv.
execute_process(COMMAND dune-env python -m pip install ipython ipdb jupyter #
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}) # Install path.py in version 7.7 is to avoid a bug in
# IPythons dependency pickleshare.
execute_process(COMMAND ${CMAKE_BINARY_DIR}/dune-env-2 python -m pip install path.py==7.7 tornado>=4.0 ipython>=4.0.0 jupyter>=1.0.0)
# Create an ipython notebook wrapper! # Create an ipython notebook wrapper!
create_virtualenv_wrapper(ENVPATH ${DUNE_PYTHON_VIRTUALENV_PATH} create_virtualenv_wrapper(ENVPATH ${dune-python_DIR}/python2-env
COMMANDS ipython notebook COMMANDS python -m IPython notebook
NAME notebook) NAME notebook)
# Install all the external packages that we have as submodules # Install all the external packages that we have as submodules
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment