bgruening / docker-jupyter-notebook

:whale: :microscope: :books: Jupyter running in a docker container. This image can be used to integrate Jupyter into Galaxy
MIT License
35 stars 39 forks source link

Update ipython-profile.py #51

Closed blankenberg closed 2 years ago

blankenberg commented 2 years ago

Need to import os for the call to os.environ to allow HISTORY_ID to be declared, otherwise the startup process will terminate. HISTORY_ID will not be available automatically in the notebook environment and any higher numbered startup scripts will fail to execute.