-
Notifications
You must be signed in to change notification settings - Fork 809
New issue
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
Cannot remove Skip Traceback #970
Comments
I think this is a bug, as mentioned in #957, I'll look into it.
If you installed the whole repo, you should be able to disable skip-traceback from the configurator page (
possibly adding whichever of the To completely remove the files as well, use
Again using the appropriate
By this I guess you mean the nbextensions configurator page mentioned in the main readme? I'm not sure exactly why this might be without a bit more information about your install process. Do you see anything about the configurator in your server logs? What about if you run the notebook server with the
and
? |
any further info on this @jolespin ? |
I tried the last commands which didn't return anything
I tried disabling and got this:
I also ran which didn't work : (:
I still have the traceback extension with default on. |
Ok, so it seems like you've managed to uninstall the python packages, but have got some JavaScript left over. Did the uninstall give any output? |
also, to find out where the skip-traceback nbextension is enabled, what's the output of
? |
I am using Python 3.6.1, Jupyter 4.3.0, IPython 6.0.0 and I can't disable the Skip Traceback by default. The button is there and it works when I press it but I've realized that this has become more tedious than useful. I would like to completely remove the skip traceback. How can I do this? I get a 404 error when I try to get to the old extensions page.
The text was updated successfully, but these errors were encountered: