Jupyter notebook Docker container bundled with OpenFisca
290
OpenFisca Jupyter notebook Docker container definition and examples
Enables JupyterHub to spawn user servers in docker containers
which have OpenFisca-Core and
OpenFisca-France pre-installed,
in a python2 environement.
This container is published on Docker Hub and
is based on the container jupyter/singleuser.
To download the container:
docker pull openfisca/jupyter
Then you have to:
# apt-get install npm nodejs-legacy
# npm install -g configurable-http-proxy
# pip3 install jupyterhub
pip install git+https:github.com/jupyter/dockerspawner.git
pip install -r requirements.txt
python setup.py install
pip3 install oauthenticator
nginx configuration file for your domain by replacing all the example.com occurencesYou need to define environment variables in env.
If you are using systemd, you can copy the systemd service file
in /etc/systemd/system and replace the template values between < and > by the actual values.
Content type
Image
Digest
Size
1.2 GB
Last updated
over 10 years ago
docker pull openfisca/jupyter