1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

changes to venv

This commit is contained in:
George Hunt 2021-03-09 19:56:46 +00:00
parent ca697f4926
commit 67a19a6eb5
2 changed files with 3 additions and 0 deletions

View file

@ -1,2 +1,3 @@
notebook_dir: /opt/iiab/notebook
jupyter_venv: /opt/iiab/jupyter
jupyterhub_url: https://github.com/jupyterhub/the-littlest-jupyterhub

View file

@ -11,6 +11,8 @@
pip:
name:
- pip
- wheel
- ipywidgets
virtualenv: "{{ jupyter_venv }}" # /opt/iiab/jupyter
virtualenv_site_packages: no
virtualenv_command: /usr/bin/virtualenv