结果:找到“jupyter notebook”相关内容80个,排序为按回复时间降序,搜索更多相关帖子请点击“高级”
修改jupyter notebook的存储路径
1 个回复 - 440 次查看
1)在我的电脑里面查找
jupyter_
notebook_config.py 文件,打开,查找
notebook_dir,做如下更改:(一定要去掉#),保存。
1.1) 若没有,现在终端生成config.py配置文件:
1.2) 再重复开头的操作。
2) 然后 ...
2023-3-27 15:17 - 我是小趴菜 - 数据分析与数据挖掘
最新勒索软件锁定Jupyter Notebook Web App
5 个回复 - 4148 次查看
研究人员近日发现,一只勒索软件锁定资料分析用的Jupyter Notebook Web版App以加密受害者文件。
安全厂商Aqua拦截到的勒索软件,不是使用恶意程序作者常用的GoLang、Dang、Rust及Nim开发,而是以Python撰写。它利 ...
2022-4-8 16:40 - 时光人 - Forum
jupyter notebook如何安装目录插件?
1 个回复 - 609 次查看
问:
jupyter notebook如何安装目录插件?
答:第一步:打开cmd窗口,依次执行以下命令:
1. 更新pip:python -m pip install --upgrade pip
2. 更新Jupyter :pip install --upgrade
jupyter
3. 安装 nbextens ...
2022-10-25 10:59 - 我是小趴菜 - 数据分析与数据挖掘
jupyter notebook添加目录插件
1 个回复 - 424 次查看
现在教大家怎样给
jupyter notebook 安装扩展插件和设置一些方便编写代码的配置项,以便增加代码的可读性
[*]先关闭正在运行的
jupyter notebook
[*]安装插件包:使用快捷键 win+Q 打开电脑搜索栏输入“命令提示符 ...
2022-10-25 11:12 - 我是小趴菜 - 数据分析与数据挖掘
Jupyter Notebook从初学者到专家英文课程推荐
4 个回复 - 1355 次查看
本人独创 网络课程"Practical Jupyter Notebook from Beginner to Expert",主要内容如下:
This course consists of 5 Parts, including 27 lesson chapters, which cover the core of the Jupyter Notebook fro ...
2021-11-3 01:16 - sigmund - python论坛
在Jupyter notebook中否有引号时出错
12 个回复 - 3484 次查看
import pandas as pdimport numpy as npimport matplotlib.font_manager as fmmyfont=fm.FontProperties(fname=’./input/simhei.ttf’)##加入中文字体此行命令失败 ,提示SyntaxError: EOL while scanning string l ...
2018-11-25 16:23 - 耕耘使者 - python论坛
Jupyter notebook实用技巧英语课
2 个回复 - 1091 次查看
Jupyter
notebook实用技巧英语课(1):如何更换主题 https://v.douyin.com/edFBvBk/
Jupyter
notebook实用技巧英语课(2): 如何解决windows系统terminal 不可用问题 https://v.douyin.com/edhQ5Fj/
一共21个 ...
2021-3-6 11:27 - sigmund - python论坛
Jupyter NoteBook入门教程
7 个回复 - 6707 次查看
附件是Jupyter Notebook的入门教程,包括一些基础功能的使用,如常用快捷键、插入图片、链接、标题及生成html文件的源码,免费领取。
本来想直接以博客形式分享的,论坛好像没这个功能,我先研究研究, ...
2018-9-10 23:05 - 阿扁V5 - 数据分析与数据挖掘
Jupyter Notebook是否内置了pandas库?
11 个回复 - 9267 次查看
安装了Anaconda后,打开Anaconda平台下的Jupyter
notebook,是否可以直接导入pandas?
import pandas aspd如果可以,说明Jupyter
notebook内置了pandas库。如果没有内置,则要在Anaconda Prompt下,运行pip install ...
2018-12-4 11:15 - 耕耘使者 - python论坛
jupyter notebook启动后浏览器一片空白
4 个回复 - 4198 次查看
jupyter notebook启动后浏览器一片空白,刷新页面后,提示网页不存在,谁知道是什么情况?
CMD中运行的记录也没有提示报错信息:
C:\Users\hemengjun>
jupyter notebook
Serving
notebooks from local dire ...
2017-10-26 20:28 - hmjmas - python论坛
在Jupyter Notebook中交互式运行C++代码
0 个回复 - 1851 次查看
Jupyter Notebook 支持非常多的编程语言,而且可以直接运行这些语言的代码。要让 Jupyter Notebook 能够运行特定语言的代码,需要添加对应的内核。具体支持的语言及内核可以查看该链接:https://github.com/
jupyter/ ...
2018-11-2 11:37 - 诗人都在海底 - 休闲灌水
边构建区块链边学习(Jupyter notebook)
2 个回复 - 1696 次查看
边构建区块链边学习(Jupyter
notebook)¶[/backcolor]
[*]构建区块链的同时进行学习|编程|使用在POSTD[/backcolor]中发布的解释和代码逐步进行测试。
[*]直接由Jupyter实施,因为觉得在Flask中的实现很多余。 ...
2018-1-30 08:41 - Studio-R - 比特币与区块链
Mac安装好jupyter notebook后导入包失败
8 个回复 - 2509 次查看
RT~
mac安装好
jupyter notebook后,导入numpy,pandas等常用的包没有问题。
但是安装pandasql,mlxtend后,
jupyter导入即报错。
尝试使用ipython,pycharm,python3.6均可成功导入。
求问各位大神,这种问题如何解 ...
2017-9-8 10:10 - 步其 - python论坛