Unable to run example notebooks
See original GitHub issueAttempting to run the example notebooks causes the kernel to die when executing the registration step.
After running into issues attempting my own registrations, I gave the examples a try without any luck. Not sure that the issues are necessarily related, but figured I’d start here with the examples.
I’m using the python package for itk: itk 5.1.0.post3
(<-- perhaps this is the issue???) and the most recent ITKElastix (0.6.2
).
Perhaps I’m missing something simple, but any help, tips, or guidance is appreciated! Thanks!
Issue Analytics
- State:
- Created 3 years ago
- Comments:27 (12 by maintainers)
Top Results From Across the Web
Issues - GitHub
Unable to run example notebook, possible permission issue with https://storage.googleapis.com/storage/v1/b/data-harmonization-sample-data #32.
Read more >What to do when things go wrong - The Jupyter Notebook
If Jupyter gives an error that it can't find notebook , check with pip or conda that the notebook package is installed. Try...
Read more >Fatal Error when starting jupyter notebook - Stack Overflow
I resolved this problem on Windows by running the Anaconda Prompt as Administrator, and then launching JupyterLab. Launching JupyterLab from ...
Read more >Connect SageMaker Studio Notebooks in a VPC to External ...
The following topic gives information on how to connect Studio Notebooks in a VPC to external resources. Default communication with the internet.
Read more >Solve problems with Jupyter Notebooks - coursera.support
In the notebook toolbar, click Kernel, then Restart; Try testing your kernel by running a print statement in one of your notebook cells....
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 Free
Top 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
Yes, I tried that on this branch of elastix, but running an ITKElastix package build with that branch gave exactly the same errors and backtrace. I also tried including the same macro definition in the CMakeList.txt of elastix, but again I got the same errors and backtrace. Also changing the dynamic casts in elxElastixTemplate.hxx to static casts, didn’t change anything. @N-Dekker
Strange… I’m on macOS High Sierra 1013.6, using python 3.7.3 through pyenv, and 2.5 GHz Intel Core i7 processor.