Skip to content

using scp.read_opus(name) in Jupyter Notebook gets stuck #751

Answered by atravert
3mrrrx asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @3mrrrx ,

I have looked at your issue and could reproduce it with jupyter notebook version 6.5.3, and it does not appear for notebook>= 6.5.5. The bug is actually not related to spectrochempy but to jupyter, and described here: jupyter/notebook#6721

Can you check, on your side, which notebook version you used ?

$ conda list notebook

You can fix it by upgrading jupyter notebook to v.6.5.5

$ mamba install notebook=6.5.5

or

$ conda install notebook=6.5.5

Or, instead of jupyter notebook, you can use Jupyter Lab, which we recommend for spectrochempy (https://www.spectrochempy.fr/latest/userguide/introduction/interface.html#Create-a-new-Jupyter-notebook).

I hope this helps. Of course let …

Replies: 10 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by atravert
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #732 on March 06, 2024 07:41.