Skip to content

Commit 846f815

Browse files
committed
Added binder folder
1 parent bfb3e08 commit 846f815

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

binder/environment.yml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
jupyter contrib nbextension install --user
2+
jupyter nbextension enable --py widgetsnbextension
3+
jupyter nbextension enable python-markdown/main
4+
jupyter trust *.ipynb
5+
jupyter nbextension enable hide_input/main

0 commit comments

Comments
 (0)