美文网首页
Jupyter Notebook Extension

Jupyter Notebook Extension

作者: IntoTheVoid | 来源:发表于2020-04-24 15:34 被阅读0次

    I install with
    % pip install jupyter_contrib_nbextensions
    % jupyter contrib nbextension install --user

    I uninstall with
    % jupyter contrib nbextension uninstall --user
    % pip uninstall jupyter_contrib_nbextensions

    One step more is needed to remove the configurator
    % jupyter nbextensions_configurator disable

    相关文章

      网友评论

          本文标题:Jupyter Notebook Extension

          本文链接:https://www.haomeiwen.com/subject/pnyfwhtx.html