
jupyter
TinaO-O
这个作者很懒,什么都没留下…
展开
-
token-based authentication
jupyter notebook 提到这个安全授权机制,我不知道中文。但是可以由英文解释:https://stackoverflow.com/questions/1592534/what-is-token-based-authentication于是我的理解是。你的本地的jupyter 在命令行给你创建了一个tocken:然后我用浏览器访问就可以打开我这个文件夹的jupyter n...原创 2018-12-03 12:49:04 · 1407 阅读 · 0 评论 -
kill 为什么不管用 ubuntu如何注销掉自己的某次登陆
如果遇到杀死进程后他又自己申请,那么你需要杀死自己某次shell。不会影响你的其他shell,但你得知道几号,什么时候的shell。下面是我的例子:firefox用 xshell启动后,如果非正常关闭,他就会一直占用,你再次输入firefox他打不开。至于为什么要用firefox当然是因为jupyter notebook ,至于为什么不直接用主机访问另一台主机的localhost,是因为我和运...原创 2018-12-03 14:15:44 · 839 阅读 · 0 评论 -
二:mask RCNN ——jupyter notebook mask rcnn
默认你已经安装好环境了。以下教程完全遵照官网。并且从官网下载好代码包了:https://github.com/matterport/Mask_RCNN,注意不是detrecton那个直接到setup.py路径,也就是根路径python3 setup.py install看下都干啥了:WARNING:root:Fail load requirements file, so...原创 2018-12-04 09:13:08 · 2553 阅读 · 0 评论 -
jupyter系列一
我安装了jupyter notebook ,以及jupyter lab,以及 nb_conda插件。我尝试了非局域网访问localhost,失败。可能我需要学一下jupyter hub。使用教程:在目录下开启,会自动把这个目录当作根目录,所以可以先cd到你的项目目录,在执行:jupyter lab收集在command下的快捷键如下:https://hub.mybinder.org/...原创 2018-12-06 20:38:54 · 303 阅读 · 0 评论 -
conda 安装 jupyter notebook jypyter lab nb_conda
首先,激活你的环境。听不懂的话,补个课:https://blog.youkuaiyun.com/u013249853/article/details/84648917 https://blog.youkuaiyun.com/Mrxxyz/article/details/84866504这个说还需要内核,不一定吧。我先试试。conda install jupyter notebookconda inst...原创 2018-12-10 15:20:33 · 10076 阅读 · 2 评论 -
jupyter Unhandled error PermissionError: [Errno 13] Permission denied:
os.makedirs(path, mode=mode) File "/home/liutian/anaconda3/envs/ame/lib/python3.6/os.py", line 220, in makedirs mkdir(name, mode) PermissionError: [Errno 13] Permission denied: '...原创 2019-03-20 15:05:09 · 5345 阅读 · 2 评论 -
在jupyterlab中使用anaconda配置的虚拟环境 配置jupyter kernel
conda activate tensor13conda install ipykernel(tensor13) liutian@master:~$ ipython kernel install --user --name tensor13Installed kernelspec tensor13 in /home/liutian/.local/share/jupyter/ker...原创 2019-05-27 12:59:19 · 4169 阅读 · 0 评论