1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 11:42:08 +00:00

changes to venv

This commit is contained in:
George Hunt 2021-03-09 19:56:46 +00:00
parent 4c6f26d8df
commit 7dec8d9648
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