You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For posterity copying the full code from the above solution here:
!pip install -q --upgrade ipython
!pip install -q --upgrade ipykernel
# Restart with new IPython.
import os
import signal
os.kill(os.getpid(), signal.SIGTERM)
Run that cell, which will report a crash, then run your code normally. then everything works.
I updated the package requirements to require ipython>= 6.0.0, so it will be automatically updated when you install ipyexperiments. But it'll still require restarting the notebook for this to work.
Unable to even load it once.
Minimum example to replicate the issue
[IN:1]
[OUT:1]
[IN:2]
[OUT:2]
Similar failure with
ipye.IPyExperimentsCPU()
Have a look here:
https://colab.research.google.com/gist/rahulraj80/0612b885c6fdf79b828fd38bfeb0e1f9/untitled1.ipynb
The text was updated successfully, but these errors were encountered: