Skip to content
kirbs- edited this page Nov 4, 2017 · 3 revisions

0.3.1 and below

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.

Clone this wiki locally