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 information, people using Google Colab have to restart their runtime after they pip install the module.
ERROR: google-colab 1.0.0 has requirement ipykernel~=4.10, but you'll have ipykernel 5.3.4 which is incompatible.
WARNING: Upgrading ipython, ipykernel, tornado, prompt-toolkit or pyzmq can
cause your runtime to repeatedly crash or behave in unexpected ways and is not
recommended. If your runtime won't connect or execute code, you can reset it
with "Factory reset runtime" from the "Runtime" menu.
WARNING: The following packages were previously imported in this runtime:
[ipykernel]
You must restart the runtime in order to use newly installed versions.
This happens because of the requirements of streamlit.
Thank you for the PYPI module.
For information, people using Google Colab have to restart their runtime after they
pip install
the module.This happens because of the requirements of
streamlit
.If I run
pip install streamlit
, I can see the following, which confirms my suspicion:I wonder if it would be possible to downgrade the version of
ipykernel
or remove thestreamlit
requirement altogether.The text was updated successfully, but these errors were encountered: