We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The exceptions raised in a cell with %%cache, are not displayed
In[0]: %load_ext ipycache Out[0] : /home/daniilhayrapetyan/.virtualenvs/test/lib/python3.6/site-packages/IPython/config.py:13: ShimWarning: The `IPython.config` package has been deprecated since IPython 4.0. You should import from traitlets.config instead. "You should import from traitlets.config instead.", ShimWarning) /home/daniilhayrapetyan/.virtualenvs/test/lib/python3.6/site-packages/ipycache.py:17: UserWarning: IPython.utils.traitlets has moved to a top-level traitlets package. from IPython.utils.traitlets import Unicode In[1] : %%cache _delete_me.pkl raise Exception Out[1] : [Saved variables '' to file 'home/daniilhayrapetyan/.../_delete_me.pkl'.]
I am using Jupyter Lab: Here are the versions:
Also if using tqdm_notebook from tqdm, the widget is not displayed. Just thought that this fact will be helpful for debuging the issue.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The exceptions raised in a cell with %%cache, are not displayed
I am using Jupyter Lab:
Here are the versions:
Also if using tqdm_notebook from tqdm, the widget is not displayed. Just thought that this fact will be helpful for debuging the issue.
The text was updated successfully, but these errors were encountered: