Get MNE to work with Binder
See original GitHub issueI think we’re close with the environment.yml
file, but I ran into an error when trying to build with Binder:
File "/srv/conda/lib/python3.6/site-packages/vtk/vtkRenderingOpenGL2.py", line 9, in <module>
from vtkRenderingOpenGL2Python import *
ModuleNotFoundError: No module named 'vtkRenderingOpenGL2Python'
@larsoner thinks that we may need get Xvfb installed as well…which should be possible with apt.txt
and postBuild
files!
Issue Analytics
- State:
- Created 6 years ago
- Comments:9 (9 by maintainers)
Top Results From Across the Web
Using MNE-BIDS
To be able to effectively use MNE-BIDS, you need to understand how to work with the BIDSPath object ... Each example has a...
Read more >How to share a Jupyter notebook with Binder? - YouTube
[ Kube 99 ] Zero to Jupyterhub in Kubernetes | Getting Started Guide. Just me and Opensource. Just me and Opensource.
Read more >Jupyter notebook & Binder - YouTube
This video demonstrates how a Jupyter notebook stored on GitHub can be executed using Binder. It will also be demonstrated how one can ......
Read more >Seamlessly Share Coding Demos to Colleagues Using Binder
Learn how to use Binder to share interactive Jupyter notebooks written in ... A colleague recently asked me how I was using scripting...
Read more >Get started with Binder — Binder 0.1b documentation
How can I customize my Binder environment?# ... There are many ways to customize the Binder environment. For example, you can use many...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
We have a separate repo for this and it works now
ohhh…hmm. I assume this is for mayavi? I think that will be tough to implement with build files in binder…we may need to roll a dockerfile in this case 😦