Skip to content

Commit

Permalink
conda env mods: ipympl added
Browse files Browse the repository at this point in the history
  • Loading branch information
fs446 committed Apr 5, 2022
1 parent a0fb7c2 commit 479fe26
Show file tree
Hide file tree
Showing 3 changed files with 136 additions and 129 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ The [Anaconda distribution](https://www.anaconda.com/distribution/) is a very co

- get at least python 3.9x, numpy, sympy, scipy, matplotlib, notebook, jupyterlab, ipykernel, the other packages are very useful tools for convenience

`conda create -n mydsp python=3.9 pip numpy sympy scipy matplotlib notebook ipykernel jupyterlab pydocstyle pycodestyle autopep8 flake8 nb_conda jupyter_nbextensions_configurator jupyter_contrib_nbextensions`
`conda create -n mydsp python=3.9 pip numpy sympy scipy matplotlib notebook ipykernel jupyterlab ipympl pydocstyle pycodestyle autopep8 flake8 nb_conda jupyter_nbextensions_configurator jupyter_contrib_nbextensions`

- activate this environment with

Expand All @@ -38,7 +38,7 @@ The [Anaconda distribution](https://www.anaconda.com/distribution/) is a very co

If the above steps still lead to problems, the following lines created the working environment `mydsp`
- using `conda 4.12.0`, `conda-build 3.21.8`
- `conda create -n mydsp python=3.9.12 pip=22.0.4 numpy=1.22.3 sympy=1.10.1 scipy=1.8.0 matplotlib=3.5.1 notebook=6.4.10 ipykernel=6.11.0 jupyterlab=3.3.2 pydocstyle=6.1.1 pycodestyle=2.8.0 autopep8=1.6.0 flake8=4.0.1 nb_conda=2.2.1 jupyter_nbextensions_configurator=0.4.1 jupyter_contrib_nbextensions=0.5.1`
- `conda create -n mydsp python=3.9.12 pip=22.0.4 numpy=1.22.3 sympy=1.10.1 scipy=1.8.0 matplotlib=3.5.1 notebook=6.4.10 ipykernel=6.12.1 jupyterlab=3.3.2 ipympl=0.8.8 pydocstyle=6.1.1 pycodestyle=2.8.0 autopep8=1.6.0 flake8=4.0.1 nb_conda=2.2.1 jupyter_nbextensions_configurator=0.4.1 jupyter_contrib_nbextensions=0.5.1`
- `pip install soundfile`

## German Version
Expand Down
257 changes: 132 additions & 125 deletions detailed_packages_list_yml.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
- defaults
dependencies:
- anyio=3.5.0
- appnope=0.1.2
- appnope=0.1.3
- argon2-cffi=21.3.0
- argon2-cffi-bindings=21.2.0
- asttokens=2.0.5
Expand Down Expand Up @@ -42,9 +42,11 @@ dependencies:
- idna=3.3
- importlib-metadata=4.11.3
- importlib_resources=5.6.0
- ipykernel=6.11.0
- ipykernel=6.12.1
- ipympl=0.8.8
- ipython=8.2.0
- ipython_genutils=0.2.0
- ipywidgets=7.7.0
- jbig=2.1
- jedi=0.18.1
- jinja2=3.1.1
Expand All @@ -62,6 +64,7 @@ dependencies:
- jupyterlab=3.3.2
- jupyterlab_pygments=0.1.2
- jupyterlab_server=2.12.0
- jupyterlab_widgets=1.1.0
- kiwisolver=1.4.2
- lcms2=2.12
- lerc=3.0
Expand Down Expand Up @@ -107,7 +110,7 @@ dependencies:
- nbconvert=6.4.5
- nbconvert-core=6.4.5
- nbconvert-pandoc=6.4.5
- nbformat=5.2.0
- nbformat=5.3.0
- ncurses=6.3
- nest-asyncio=1.5.5
- notebook=6.4.10
Expand All @@ -124,7 +127,7 @@ dependencies:
- pillow=9.1.0
- pip=22.0.4
- prometheus_client=0.13.1
- prompt-toolkit=3.0.27
- prompt-toolkit=3.0.29
- psutil=5.9.0
- pthread-stubs=0.4
- ptyprocess=0.7.0
Expand All @@ -140,6 +143,7 @@ dependencies:
- pysocks=1.7.1
- python=3.9.12
- python-dateutil=2.8.2
- python-fastjsonschema=2.15.3
- python_abi=3.9
- pytz=2022.1
- pyyaml=6.0
Expand All @@ -148,7 +152,7 @@ dependencies:
- requests=2.27.1
- scipy=1.8.0
- send2trash=1.8.0
- setuptools=61.3.1
- setuptools=62.0.0
- six=1.16.0
- sniffio=1.2.0
- snowballstemmer=2.2.0
Expand All @@ -169,6 +173,7 @@ dependencies:
- webencodings=0.5.1
- websocket-client=1.3.2
- wheel=0.37.1
- widgetsnbextension=3.6.0
- xorg-libxau=1.0.9
- xorg-libxdmcp=1.1.3
- xz=5.2.5
Expand All @@ -177,123 +182,125 @@ dependencies:
- zipp=3.8.0
- zlib=1.2.11
- zstd=1.5.2
- pip:
- soundfile==0.10.3.post1
python -m pip list --format=freeze
anyio==3.5.0
appnope==0.1.2
argon2-cffi==21.3.0
argon2-cffi-bindings==21.2.0
asttokens==2.0.5
attrs==21.4.0
autopep8==1.6.0
Babel==2.9.1
backcall==0.2.0
backports.functools-lru-cache==1.6.4
beautifulsoup4==4.10.0
bleach==4.1.0
brotlipy==0.7.0
certifi==2021.10.8
cffi==1.15.0
charset-normalizer==2.0.12
cryptography==36.0.2
cycler==0.11.0
debugpy==1.5.1
decorator==5.1.1
defusedxml==0.7.1
entrypoints==0.4
executing==0.8.3
flake8==4.0.1
flit_core==3.7.1
fonttools==4.31.2
gmpy2==2.1.2
idna==3.3
importlib-metadata==4.11.3
importlib-resources==5.6.0
ipykernel==6.11.0
ipython==8.2.0
ipython-genutils==0.2.0
jedi==0.18.1
Jinja2==3.1.1
json5==0.9.5
jsonschema==4.4.0
jupyter-client==7.2.1
jupyter-contrib-core==0.3.3
jupyter-contrib-nbextensions==0.5.1
jupyter-core==4.9.2
jupyter-highlight-selected-word==0.2.0
jupyter-latex-envs==1.4.6
jupyter-nbextensions-configurator==0.4.1
jupyter-server==1.16.0
jupyterlab==3.3.2
jupyterlab-pygments==0.1.2
jupyterlab-server==2.12.0
kiwisolver==1.4.2
lxml==4.8.0
MarkupSafe==2.1.1
matplotlib==3.5.1
matplotlib-inline==0.1.3
mccabe==0.6.1
mistune==0.8.4
mpmath==1.2.1
munkres==1.1.4
nb-conda==2.2.1
nb-conda-kernels==2.3.1
nbclassic==0.3.7
nbclient==0.5.13
nbconvert==6.4.5
nbformat==5.2.0
nest-asyncio==1.5.5
notebook==6.4.10
notebook-shim==0.1.0
numpy==1.22.3
packaging==21.3
pandocfilters==1.5.0
parso==0.8.3
pexpect==4.8.0
pickleshare==0.7.5
Pillow==9.1.0
pip==22.0.4
prometheus-client==0.13.1
prompt-toolkit==3.0.27
psutil==5.9.0
ptyprocess==0.7.0
pure-eval==0.2.2
pycodestyle==2.8.0
pycparser==2.21
pydocstyle==6.1.1
pyflakes==2.4.0
Pygments==2.11.2
pyOpenSSL==22.0.0
pyparsing==3.0.7
pyrsistent==0.18.1
PySocks==1.7.1
python-dateutil==2.8.2
pytz==2022.1
PyYAML==6.0
pyzmq==22.3.0
requests==2.27.1
scipy==1.8.0
Send2Trash==1.8.0
setuptools==61.3.1
sfa-numpy==0.0.1
sfs==0.6.2
six==1.16.0
sniffio==1.2.0
snowballstemmer==2.2.0
SoundFile==0.10.3.post1
soupsieve==2.3.1
stack-data==0.2.0
sympy==1.10.1
terminado==0.13.3
testpath==0.6.0
toml==0.10.2
tornado==6.1
traitlets==5.1.1
unicodedata2==14.0.0
urllib3==1.26.9
wcwidth==0.2.5
webencodings==0.5.1
websocket-client==1.3.2
wheel==0.37.1
zipp==3.8.0
python -m pip list --format=freeze
anyio==3.5.0
appnope==0.1.3
argon2-cffi==21.3.0
argon2-cffi-bindings==21.2.0
asttokens==2.0.5
attrs==21.4.0
autopep8==1.6.0
Babel==2.9.1
backcall==0.2.0
backports.functools-lru-cache==1.6.4
beautifulsoup4==4.10.0
bleach==4.1.0
brotlipy==0.7.0
certifi==2021.10.8
cffi==1.15.0
charset-normalizer==2.0.12
cryptography==36.0.2
cycler==0.11.0
debugpy==1.5.1
decorator==5.1.1
defusedxml==0.7.1
entrypoints==0.4
executing==0.8.3
fastjsonschema==2.15.3
flake8==4.0.1
flit_core==3.7.1
fonttools==4.31.2
gmpy2==2.1.2
idna==3.3
importlib-metadata==4.11.3
importlib-resources==5.6.0
ipykernel==6.12.1
ipympl==0.8.8
ipython==8.2.0
ipython-genutils==0.2.0
ipywidgets==7.7.0
jedi==0.18.1
Jinja2==3.1.1
json5==0.9.5
jsonschema==4.4.0
jupyter-client==7.2.1
jupyter-contrib-core==0.3.3
jupyter-contrib-nbextensions==0.5.1
jupyter-core==4.9.2
jupyter-highlight-selected-word==0.2.0
jupyter-latex-envs==1.4.6
jupyter-nbextensions-configurator==0.4.1
jupyter-server==1.16.0
jupyterlab==3.3.2
jupyterlab-pygments==0.1.2
jupyterlab-server==2.12.0
jupyterlab-widgets==1.1.0
kiwisolver==1.4.2
lxml==4.8.0
MarkupSafe==2.1.1
matplotlib==3.5.1
matplotlib-inline==0.1.3
mccabe==0.6.1
mistune==0.8.4
mpmath==1.2.1
munkres==1.1.4
nb-conda==2.2.1
nb-conda-kernels==2.3.1
nbclassic==0.3.7
nbclient==0.5.13
nbconvert==6.4.5
nbformat==5.3.0
nest-asyncio==1.5.5
notebook==6.4.10
notebook-shim==0.1.0
numpy==1.22.3
packaging==21.3
pandocfilters==1.5.0
parso==0.8.3
pexpect==4.8.0
pickleshare==0.7.5
Pillow==9.1.0
pip==22.0.4
prometheus-client==0.13.1
prompt-toolkit==3.0.29
psutil==5.9.0
ptyprocess==0.7.0
pure-eval==0.2.2
pycodestyle==2.8.0
pycparser==2.21
pydocstyle==6.1.1
pyflakes==2.4.0
Pygments==2.11.2
pyOpenSSL==22.0.0
pyparsing==3.0.7
pyrsistent==0.18.1
PySocks==1.7.1
python-dateutil==2.8.2
pytz==2022.1
PyYAML==6.0
pyzmq==22.3.0
requests==2.27.1
scipy==1.8.0
Send2Trash==1.8.0
setuptools==62.0.0
sfa-numpy==0.0.1
sfs==0.6.2
six==1.16.0
sniffio==1.2.0
snowballstemmer==2.2.0
soupsieve==2.3.1
stack-data==0.2.0
sympy==1.10.1
terminado==0.13.3
testpath==0.6.0
toml==0.10.2
tornado==6.1
traitlets==5.1.1
unicodedata2==14.0.0
urllib3==1.26.9
wcwidth==0.2.5
webencodings==0.5.1
websocket-client==1.3.2
wheel==0.37.1
widgetsnbextension==3.6.0
zipp==3.8.0
4 changes: 2 additions & 2 deletions jupyter/jupyter_intro.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"\n",
"- get at least python 3.9x, numpy, sympy, scipy, matplotlib, notebook, jupyterlab, ipykernel, the other packages are very useful tools for convenience\n",
"\n",
"`conda create -n mydsp python=3.9 pip numpy sympy scipy matplotlib notebook ipykernel jupyterlab pydocstyle pycodestyle autopep8 flake8 nb_conda jupyter_nbextensions_configurator jupyter_contrib_nbextensions`\n",
"`conda create -n mydsp python=3.9 pip numpy sympy scipy matplotlib notebook ipykernel jupyterlab ipympl pydocstyle pycodestyle autopep8 flake8 nb_conda jupyter_nbextensions_configurator jupyter_contrib_nbextensions`\n",
"\n",
"- activate this environment with\n",
"\n",
Expand All @@ -69,7 +69,7 @@
"\n",
"If the above steps still lead to problems, the following lines created the working environment `mydsp`\n",
"- using `conda 4.12.0`, `conda-build 3.21.8`\n",
"- `conda create -n mydsp python=3.9.12 pip=22.0.4 numpy=1.22.3 sympy=1.10.1 scipy=1.8.0 matplotlib=3.5.1 notebook=6.4.10 ipykernel=6.11.0 jupyterlab=3.3.2 pydocstyle=6.1.1 pycodestyle=2.8.0 autopep8=1.6.0 flake8=4.0.1 nb_conda=2.2.1 jupyter_nbextensions_configurator=0.4.1 jupyter_contrib_nbextensions=0.5.1`\n",
"- `conda create -n mydsp python=3.9.12 pip=22.0.4 numpy=1.22.3 sympy=1.10.1 scipy=1.8.0 matplotlib=3.5.1 notebook=6.4.10 ipykernel=6.12.1 jupyterlab=3.3.2 ipympl=0.8.8 pydocstyle=6.1.1 pycodestyle=2.8.0 autopep8=1.6.0 flake8=4.0.1 nb_conda=2.2.1 jupyter_nbextensions_configurator=0.4.1 jupyter_contrib_nbextensions=0.5.1`\n",
"- `pip install soundfile`"
]
},
Expand Down

0 comments on commit 479fe26

Please sign in to comment.