linux install jupyter notebook

简介:

install

sudo pip install jupyter notebook

start

sudo jupyter notebook

一般,文件目录默认在你启动的位置。你可以在notebook里执行下面命令查看:

import os
print(os.path.abspath('.'))









本文转自 jiu~ 博客园博客,原文链接:http://www.cnblogs.com/jiu0821/p/8543864.html,如需转载请自行联系原作者
目录
相关文章
|
14天前
|
Linux 数据安全/隐私保护 Python
Linux下远程访问Jupyter Notebook 配置
Linux下远程访问Jupyter Notebook 配置
14 0
|
3月前
|
Linux
|
5月前
|
Web App开发 NoSQL Linux
Linux install MongoDB
Linux install MongoDB
|
5月前
|
Ubuntu Linux Docker
Linux Install Docker
Linux Install Docker
|
8月前
|
Ubuntu Linux
Install Typora on Linux
Install Typora on Linux
53 1
|
11月前
|
Linux 数据安全/隐私保护 Python
Linux安装Jupyter并允许任意IP通过密码模式访问
Linux安装Jupyter并允许任意IP通过密码模式访问
300 0
|
11月前
|
大数据 Linux Shell
【大数据学习篇13】在linux上安装jupyter
【大数据学习篇13】在linux上安装jupyter
168 0
|
Linux
linux 下 root 权限执行 npm install 报错:Error:EACCES:permission denied ‘xxx‘?
linux 下 root 权限执行 npm install 报错:Error:EACCES:permission denied ‘xxx‘?
223 0
linux 下 root 权限执行 npm install 报错:Error:EACCES:permission denied ‘xxx‘?
|
Linux
LINUX虚拟机安装增强功能时报错: Kernel headers not found for target kernel. Please install them and execute
LINUX虚拟机安装增强功能时报错: Kernel headers not found for target kernel. Please install them and execute
269 0
Linux下安装Jupyter notebook
Linux下安装Jupyter notebook
Linux下安装Jupyter notebook