美文网首页
Jupyter工具

Jupyter工具

作者: 诺之林 | 来源:发表于2020-03-16 18:10 被阅读0次

    本文基于Conda简介

    Jupyter Notbook

    The Jupyter Notebook is an open-source web application that allows you to create and share documents that contain live code, equations, visualizations and narrative text

    conda install jupyter
    
    jupyter notebook
    

    JupyterLab

    JupyterLab: Jupyter’s Next-Generation Notebook Interface. JupyterLab is a web-based interactive development environment for Jupyter notebooks, code, and data

    conda install jupyterlab
    
    jupyter lab
    

    JupyterHub

    JupyterHub brings the power of notebooks to groups of users. It gives users access to computational environments and resources without burdening the users with installation and maintenance tasks

    conda install jupyterhub
    
    jupyterhub
    

    nteract is an open-source, desktop-based, interactive computing application

    Summary

    • 不是IDE 初学者慎用

    • 核心在于展示与快速迭代

    • 优势在于包含处理-计算-分析全过程

    References

    相关文章

      网友评论

          本文标题:Jupyter工具

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