一、需求:希望使用脚本启动虚拟环境下的jupyter notebook 二、问题: 直接使用如下脚本(jupyternotebook.sh): conda activate pythonnohup jupyter notebook --no-browser --ip=0.0.0.0 --allow- ...
分类:
其他好文 时间:
2021-03-11 10:50:01
阅读次数:
0
在linux服务器(ubuntu)上搭建一个在线的jupyter notebook ...
分类:
系统相关 时间:
2021-03-06 14:39:24
阅读次数:
0
一、连接问题 PyCharm 版本:2020.2.X 连接时,Configured Serve 的选项那里,输入的 url 要带 token。 配置好之后,在第一次运行代码段时,IDE 会弹出一个让我们输入 token 的提示窗口,输入对应的 token 即可。 ...
分类:
其他好文 时间:
2021-02-15 12:37:42
阅读次数:
0
今天学习来源是:https://www.bilibili.com/video/BV1hE411t7RN 学习python的两个常用函数 两个pytorch常用函数 dir()函数,能让我们知道工具箱以及工具箱中的分隔区有什么东西。 help()函数,能让我们知道每个工具是如何使用的,工具的使用方法。 ...
分类:
其他好文 时间:
2021-02-15 12:15:13
阅读次数:
0
新阶段:数据分析 今日内容概要 python发展方向 数据分析 python在数据分析的应用 数据分析的流程 ipython模块 jupyter模块 Ananconda软件 Anaconda主要功能 notbook详细功能 快捷键 数据分析三剑客 numpy模块 下载 导入 前戏 今日内容详细 py ...
分类:
其他好文 时间:
2021-01-28 12:07:08
阅读次数:
0
错误原因:cannot import name 'open' from 'smart_open' 根本原因在于:各个模块之间版本不兼容,调用出现错误 更新smart_open版本无效,之后查看smart_open文件夹下utils.py和smart_open_lib.py 在smart_open_l ...
分类:
其他好文 时间:
2021-01-27 13:23:41
阅读次数:
0
Chapter 7 - Collaborative Analytics with Plotly Segment 2 - Creating statistical charts Setting up to use Plotly within Jupyter import numpy as np imp ...
分类:
编程语言 时间:
2021-01-25 11:18:24
阅读次数:
0
找了好久 原来使用jupyter需要安装两个东西 安装ipython conda install ipython 安装jupyter conda install jupyter 最后输入: ipython kernelspec install-self --user 这样才可以用jupyter 今天 ...
分类:
其他好文 时间:
2021-01-19 12:13:15
阅读次数:
0
##文件添加新的类以后notebook查询不到 在使用jupyter notebook的时候 当在自己写的函数库中新增了新的函数名或类想要调用的时候却一直提醒没有找到这个内容 Cannot import name 可以先试试重启并编译全部内容 有可能是因为之前你使用过这个py文件,导致其内容已经放在 ...
分类:
其他好文 时间:
2021-01-16 11:53:47
阅读次数:
0
在jupyter notebook中import时报错,显示没有这个模块,应该是anaconda3没有装 解决方法:1.打开命令行,pip install package_name 2.在中找到刚刚下载的包C:\Users\15011\AppData\Local\Programs\Python\Py ...
分类:
其他好文 时间:
2021-01-15 12:10:20
阅读次数:
0