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
Versions prior to 0.4 were installed by bootstrapping custom.js and jupyter configuration files. Pip uninstall does not remove these files. Upgrade to 0.4, then run python -c "import hide_code; hide_code.uninstall_bootsrapped_files()".
0.4.0 and above
Uninstall using jupyter nbextension.
jupyter nbextension uninstall --py hide_code
Add --sys-prefix if hide_code is installed into a conda or virtual_env.