Questions tagged [mybinder]
17 questions
0
votes
2 answers
Interactive plot with ipyvidgets and matplotlib on binder produces static images
I'm trying to share a github repo on binder. Locally, my interactive plot using matplotlib and @interact works ok. On binder it works half way. Same code adds static images to the cell output in binder notebook when slider value changes.
Question:…

queezz
- 1,832
- 2
- 20
- 26
0
votes
1 answer
Solve module not found in jupyter notebook with binder
I have set up a jupyter notebook within a virtual environment.
Now I want to deploy it with mybinder
I generated an environment.yml directly from the anaconda prompt.
name: test_environment
channels:
- conda-forge
dependencies:
- python
-…

mrk
- 8,059
- 3
- 56
- 78