Changes between Version 42 and Version 43 of Jupyter


Ignore:
Timestamp:
05/22/18 10:39:23 (6 years ago)
Author:
Jens Henrik Goebbert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Jupyter

    v42 v43  
    126126Now, modify this basic jupyter kernel to suite your needs.
    127127
    128 * WRITE a script (e.g. ${HOME}/venv_mykernel/mykernel.sh)
     128* WRITE a launch script
    129129  * that sets up your environment
    130130    * load the same modules as in (1)
    131131  * followed by the IPython kernel launch
    132132    * load the Python virtual environment as in (2)
    133   * example:
     133  * example (e.g. ${HOME}/venv_mykernel/mykernel.sh):
    134134{{{ #!ShellExample
    135135#!/usr/bin/env bash