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:
parent
b008147640
commit
617c716ee8
2 changed files with 3 additions and 0 deletions
|
@ -1,2 +1,3 @@
|
|||
notebook_dir: /opt/iiab/notebook
|
||||
jupyter_venv: /opt/iiab/jupyter
|
||||
jupyterhub_url: https://github.com/jupyterhub/the-littlest-jupyterhub
|
||||
|
|
|
@ -11,6 +11,8 @@
|
|||
pip:
|
||||
name:
|
||||
- pip
|
||||
- wheel
|
||||
- ipywidgets
|
||||
virtualenv: "{{ jupyter_venv }}" # /opt/iiab/jupyter
|
||||
virtualenv_site_packages: no
|
||||
virtualenv_command: /usr/bin/virtualenv
|
||||
|
|
Loading…
Reference in a new issue