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

Merge branch 'feature/fix-notebook-script' into 'master'

[bugfix] Fix generation of the notebook script after dune-python refactoring

Requires latest dune-python.

See merge request !31
parents e3edba59 d47e086c
No related branches found
No related tags found
No related merge requests found
......@@ -5,8 +5,7 @@
execute_process(COMMAND ${CMAKE_BINARY_DIR}/dune-env 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_virtualenv_wrapper(ENVPATH ${dune-python_DIR}/python2-env
COMMANDS python -m IPython notebook
create_virtualenv_wrapper(COMMANDS python -m IPython notebook
NAME notebook)
# 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