We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfb3e08 commit 846f815Copy full SHA for 846f815
binder/environment.yml
@@ -0,0 +1,24 @@
1
+name: TU_Tutorials
2
+channels:
3
+ - conda-forge
4
+ - defaults
5
+dependencies:
6
+ - python=
7
+ - numpy
8
+ - scipy
9
+ - matplotlib
10
+ - scikit-learn
11
+ - sympy
12
+ - bokeh
13
+ - librosa
14
+ - notebook
15
+ - jupyter_nbextensions_configurator
16
+ - jupyter_contrib_nbextensions
17
+ - widgetsnbextension
18
+ - rise
19
+ - ipywidgets
20
+ - pyaudio
21
+ - plotly=3.10.0
22
+ - nodejs
23
+
24
binder/postBuild
@@ -0,0 +1,5 @@
+jupyter contrib nbextension install --user
+jupyter nbextension enable --py widgetsnbextension
+jupyter nbextension enable python-markdown/main
+jupyter trust *.ipynb
+jupyter nbextension enable hide_input/main
0 commit comments