diff --git a/Programming/anaconda/2019.07/conda-env-defs/jupyterhub-4.0.2_lab3_py3.11/README.md b/Programming/anaconda/2019.07/conda-env-defs/jupyterhub-4.0.2_lab3_py3.11/README.md new file mode 100644 index 0000000..3eaf2a9 --- /dev/null +++ b/Programming/anaconda/2019.07/conda-env-defs/jupyterhub-4.0.2_lab3_py3.11/README.md @@ -0,0 +1,14 @@ +Installation done on pmod7 + +``` +conda env create -f jupyterhub-4.0.2_lab3_py3.11 + +conda activatejupyterhub-4.0.2_lab3_py3.11 +``` + +The current production versions of the spawners (e.g. batchspawner-1.0.0) are +not compatible with jupyterhub-1.0.0. So, one is forced to deploy the +development versions. This is coded in the yaml file as pip dependency, +pointing to the latest commit available + +Also, jupyterlab 4 and jupyter-server 2.11 are not yet supported diff --git a/Programming/anaconda/2019.07/conda-env-defs/jupyterhub-4.0.2_lab3_py3.11/jupyterhub-4.0.2_lab3_py3.11.yml b/Programming/anaconda/2019.07/conda-env-defs/jupyterhub-4.0.2_lab3_py3.11/jupyterhub-4.0.2_lab3_py3.11.yml new file mode 100644 index 0000000..79533cc --- /dev/null +++ b/Programming/anaconda/2019.07/conda-env-defs/jupyterhub-4.0.2_lab3_py3.11/jupyterhub-4.0.2_lab3_py3.11.yml @@ -0,0 +1,20 @@ +name: jupyterhub-4.0.2_lab3_py3.11 +channels: + - conda-forge +dependencies: + - jupyterhub=4.0.2 + - jupyterlab=3.6.3 + - nb_conda + - nb_conda_kernels + - jupyter_contrib_nbextensions + - ipywidgets=7.6.3 + - pip + - jupytext + - python=3.11.6 + - jupyterlab-git + - git + - psycopg2 + - jupyter_server<2.11 +# - sqlalchemy=1.4.39 + - pip: + - git+https://github.com/jupyterhub/batchspawner.git@e89bf6a diff --git a/Programming/anaconda/2019.07/conda-env-defs/ra-standard_py311/README.md b/Programming/anaconda/2019.07/conda-env-defs/ra-standard_py311/README.md new file mode 100644 index 0000000..9f5799d --- /dev/null +++ b/Programming/anaconda/2019.07/conda-env-defs/ra-standard_py311/README.md @@ -0,0 +1,28 @@ +Standard Ra environment based on python 3.11. It includes: + - pandas + - numpy + - scipy + - scikit-learn + - matplotlib + - seaborn + - tensorflow + - pytables + - ipython + - keras + - ipywidgets + - plotly + - python-graphviz + - statsmodels + - scikit-image + - numba + - hdf5 + - h5py + - dask + - dask-jobqueue + - ipympl # needed for jupyterlab interactive plotting + - toml + - tabulate + - click + - conda-forge::jupyter-resource-usage + - conda-forge::julia + diff --git a/Programming/anaconda/2019.07/conda-env-defs/ra-standard_py311/ra-standard_py311.yml b/Programming/anaconda/2019.07/conda-env-defs/ra-standard_py311/ra-standard_py311.yml new file mode 100644 index 0000000..1dca6ce --- /dev/null +++ b/Programming/anaconda/2019.07/conda-env-defs/ra-standard_py311/ra-standard_py311.yml @@ -0,0 +1,37 @@ +# Clean environment based on pure conda-forge packages +name: ra-standard_py311 +#channels: +# - conda-forge +dependencies: + - python=3.11 + - pandas + - xlrd + - numpy + - scipy + - scikit-learn + - matplotlib + - seaborn + - tensorflow + - pytables + - ipython + - keras + - nb_conda_kernels + - ipywidgets + - plotly + - python-graphviz + - statsmodels + - scikit-image + - numba + - hdf5 + - h5py + - dask + - dask-jobqueue + - ipympl # needed for jupyterlab interactive plotting + - toml + - tabulate + - click + - conda-forge::jupyter-resource-usage + - conda-forge::julia + #- paulscherrerinstitute::bitshuffle + - paulscherrerinstitute::scicat_client + #- paulscherrerinstitute::jungfrau_utils diff --git a/Programming/anaconda/2019.07/conda-env-defs/ra-standard_py36/README.md b/Programming/anaconda/2019.07/conda-env-defs/ra-standard_py36/README.md new file mode 100644 index 0000000..c14361f --- /dev/null +++ b/Programming/anaconda/2019.07/conda-env-defs/ra-standard_py36/README.md @@ -0,0 +1 @@ +**THIS IS A TEST** \ No newline at end of file diff --git a/Programming/anaconda/2019.07/conda-env-defs/ra-standard_py36/ra-standard_py36.yml b/Programming/anaconda/2019.07/conda-env-defs/ra-standard_py36/ra-standard_py36.yml new file mode 100644 index 0000000..5718dc3 --- /dev/null +++ b/Programming/anaconda/2019.07/conda-env-defs/ra-standard_py36/ra-standard_py36.yml @@ -0,0 +1,29 @@ +# Clean environment based on pure conda-forge packages +name: ra-standard_py36 +#channels: +# - conda-forge +dependencies: + - python=3.6 + - pandas + - xlrd + - numpy + - scipy + - scikit-learn + - matplotlib + - seaborn + - tensorflow + - pytables + - ipython + - keras + - nb_conda_kernels + - ipywidgets + - plotly + - python-graphviz + - statsmodels + - scikit-image + - numba + - hdf5 + - h5py + - dask + - dask-jobqueue + - paulscherrerinstitute::bitshuffle \ No newline at end of file