jupyter notebook是交互式笔记本,可以支持嵌入运行脚本、markdown语言、latex公式等,而且可以支持导出pdf等文件格式。之前用有道笔记比较多些,主要为了支持多个系统都可以查看记录内容。目前github可以支持私有库了,所以就考虑使用jupyter notebook+github的方式来进行信息记录。
安装方式
在python环境下使用pip安装即可,pip install jupyter 或指定python版本 python3 -m pip install jupyter。
运行方式
在相应文件夹目录下,打开terminal(Mac)或DOS 命令/Power shell 窗口,运行命令jupyter notebook。
卸载方式
目前没找到什么方法能彻底删除jupyter相关内容。 以下的方式都进行尝试过:
pip uninstall jupyter
pip uninstall jupyter notebook
pip install pip-autoremove
pip-autoremove jupyter -y
pip-autoremove jupyter-core -y
pip-autoremove notebook -y
pip uninstall jupyter
pip uninstall jupyter_core
pip uninstall jupyter-client
pip uninstall jupyter-console
pip uninstall notebook