Conversation
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
f7af940 to
c75b7b8
Compare
|
@thewtex It looks like Python 3.11 is failing with the following: It does seem that there are no wheels for |
|
@bnmajor yes, I ran into this, too, filed an issue: wasmerio/wasmer-python#696 For now, let's disable 3.11 in CI, create an issue to re-enable. I will likely use an alternative to wasmer-python itk-wasm. |
Add a notebook designed to make sure that all requirements are installed in the current environment and all extensions have been loaded before the user runs any of the other notebooks.
Update notebooks and documentation to all refer to itkwidgets v1.0a23.
Support Python 3.7 as well as >=3.8
Jupyter will re-run any js in the output cells when the notebook is loaded, which can create a situation with the environment check notebook where the page refreshes infinitely. Make sure the condition is always set to false after evaluation to prevent this from happening.
Includes additional information on setting up environments and how to raise an issue if there continue to be problems.
|
@thewtex This should be good to go now |
| @@ -0,0 +1,272 @@ | |||
| { | |||
There was a problem hiding this comment.
To avoid the impression that all the dependencies fetched here are required for itkwidgets, can please clarify here:
required dependencies -> example notebook dependencies
other notebooks -> example notebooks
Reply via ReviewNB
|
@bnmajor thank you so much! Please see minor issue noted inline. |
Required dependencies -> example notebook dependencies other notebooks -> example notebooks.
|
@thewtex Thanks! Fixed now 🙂 |
Adds an environment check notebook that is designed to check the environment that the user is running in to make sure that all required dependencies and extensions are correctly installed. Ideally run first before any other notebooks to prevent common issues around dependencies and extension loading.