h1 { counter-reset: h2counter; } h2 { counter-reset: h3counter; } h3 { counter-reset: h ...
windows中访问远程服务器的方式有很多种:使用windows系统自带的网络功能,直接输入服务器地址访问 使用putty软件远程访问 使用xftp软件登陆 还可以使用x go客户端图形界面远程访问。。。。 下面要说的是,使用python中的jupyter notebook来远程访问。具体配置过程如下 在服务器中: 安装python 安装anaconda 登陆服务的conda环境中才需要,如果服务 ...
2018-04-24 21:41 0 11124 推荐指数:
h1 { counter-reset: h2counter; } h2 { counter-reset: h3counter; } h3 { counter-reset: h ...
在用xshell等ssh工具远程连接服务器时,我们常常在服务器上运行tensorflow代码,而且模型tf.summary保存文件在服务器上,这是直接采用tensorboard会有一些小问题。直接用tensorboard --logdir=‘file’ --port=6006后,本地笔记本打开生成 ...
https://www.cnblogs.com/wwwhza/p/8821117.html https://blog.csdn.net/qq_29762941/article/details/80630133 参考一下这两篇博客,注意本地打开时要使用https协议 ...
1、Linux服务器端配置 (1)启动ipython,$ ipython (2)创建远程连接密码,In [1]: from notebook.auth import passwd; passwd()输入两次密码,将得到一个字符串,比如'sha1:d0270e88f33b ...
1.安装jupyter notebook pip install jupyter 2.生成配置文件 jupyter notebook --generate-config 3.设置登陆密码并生成秘钥 sha1秘钥需要复制,下一步要用 4.修改配置文件 进入 ...
如何远程访问jupyter 这个其实可以玩的很花,比如用nginx代理,用一个域名来访问jupyter,但是我这里只做一个基本的远程登录,即通过浏览器使用 remote_ip: port 来实现远程访问 使用screen 建议jupyter在screen下打开,这样关闭shell终端后 ...
1.terminal 敲击 pip3 install jupyter 2.terminal 敲击 jupyter notebook --generate-config 3.terminal 敲击 python3 python命令行里敲击 from notebook ...
环境情况 远程服务器上配置了anaconda 本地主机没有安装anaconda(其实安不安装都无所谓,有浏览器就行) 配置步骤如下 登录远程服务器 生成配置文件 jupyter notebook --generate-config 生成密码 输入 ...