1. 安装 输入命令: 2. 服务器端开启Jupyter Notebook Ubuntu服务器端安装过程参考:www.cnblogs.com/laresh/p/8193939.html 安装完成后自定义服务器port:9999(端口一般自己定义,很多人 ...
.terminal 敲击 pip install jupyter .terminal 敲击 jupyter notebook generate config .terminal 敲击 python python命令行里敲击 fromnotebook.authimportpasswd passwd , 然后会生成秘钥 .terminal 敲击 vim .jupyter jupyter notebo ...
2018-01-04 16:16 0 1949 推荐指数:
1. 安装 输入命令: 2. 服务器端开启Jupyter Notebook Ubuntu服务器端安装过程参考:www.cnblogs.com/laresh/p/8193939.html 安装完成后自定义服务器port:9999(端口一般自己定义,很多人 ...
1、Linux服务器端配置 (1)启动ipython,$ ipython (2)创建远程连接密码,In [1]: from notebook.auth import passwd; passwd()输入两次密码,将得到一个字符串,比如'sha1:d0270e88f33b ...
windows中访问远程服务器的方式有很多种:使用windows系统自带的网络功能,直接输入服务器地址访问;使用putty软件远程访问;使用xftp软件登陆;还可以使用x2go客户端图形界面远程访问。。。。 下面要说的是,使用python中的jupyter notebook来远程访问。具体配置 ...
h1 { counter-reset: h2counter; } h2 { counter-reset: h3counter; } h3 { counter-reset: h ...
1,机器情况:服务器 centos python环境已经配置好了,在虚拟环境下安装了anaconda 并且在里面安装了jupyter notebook 2,主机是 windows ipython notebook是一个基于浏览器的python数据分析工具 ...
环境情况 远程服务器上配置了anaconda 本地主机没有安装anaconda(其实安不安装都无所谓,有浏览器就行) 配置步骤如下 登录远程服务器 生成配置文件 jupyter notebook --generate-config 生成密码 输入 ...
服务器环境:linux,anaconda2 1.生成配置文件,在terminal中输入 默认在/home/users/your.name/.jupyter/下生成一个叫jupyter_notebook_config.py的文件 2.生成密码 terminal输入ipython ...
原材料: Ubuntu 16.04 LTS 64bit 已经配置好 IPython 和 Jupyter (安装步骤可以参照:http://www.cnblogs.com/McKean/p/6194977.html) 一、使用OpenSSL产生 *.key 和 *.pem 密钥 cd ...