当前位置: 首页 > article >正文

启动方法jupyter(Anaconda)

原本我一直以为需要启动anaconda才能去开启jupyter,但是看到同学的windows可以直接通过菜单去开启并使用jupyter,所以我意识到开启jupyter不需要那么复杂。那么Linux中有没有更方便的方法去启动呢?

首先我们要知道anaconda仅仅是一个集成的环境可以管理我们的一些开发工具。

和windows并不相同的是,Linux中的jupyter并不是和本机隔离的,jupyter直接使用我们主机下python的环境。

通过pip list命令我们可以看到本地计算机安装的jupyter
在这里插入图片描述

启动jupyter

那么如何启动呢?
使用

jupyter notebook

通过tldr我们可以看到更多的用法

❯ tldr jupyter
jupyter

Web application to create and share documents that contain code, visualizations and notes.
Primarily used for data analysis, scientific computing and machine learning.
More information: https://jupyter.org.

 - Start a Jupyter notebook server in the current directory:
   jupyter notebook

 - Open a specific Jupyter notebook:
   jupyter notebook example.ipynb

 - Export a specific Jupyter notebook into another format:
   jupyter nbconvert --to html|markdown|pdf|script example.ipynb

 - Start a server on a specific port:
   jupyter notebook --port=port

 - List currently running notebook servers:
   jupyter notebook list

 - Stop the currently running server:
   jupyter notebook stop

 - Start JupyterLab, if installed, in the current directory:
   jupyter lab

http://www.kler.cn/a/594995.html

相关文章:

  • 【最后203篇系列】021 Q201再计划
  • SEARCH-R1:大型语言模型的多轮搜索推理革命
  • 实现一个日语假名自测小程序java之swing版
  • 共注意力机制及创新点深度解析
  • 【原创】通过S3接口将海量文件索引导入elasticsearch
  • VSCode中操作gitee
  • 27.巡风:企业内网漏洞快速应急与巡航扫描系统
  • Flutter 用户电话号码 中间显示*
  • 反射型(CTFHUB)
  • redis MISCONF Redis is configured to save RDB snapshots报错解决
  • 【Kafka】深入了解Kafka
  • C# MethodBase 类使用详解
  • acwing1295. X的因子链
  • CMake 函数和宏
  • 嵌入式软件单元测试的必要性、核心方法及工具深度解析
  • 在 Windows 系统下,将 FFmpeg 编译为 .so 文件
  • Touch Diver:Weart为XR和机器人遥操作专属设计的触觉反馈动捕手套
  • 对敏捷研发的反思,是否真是灵丹妙药?
  • HTTPS 加密过程详解
  • 【SpringBoot】MorningBox小程序的完整后端接口文档