
Jupyter Lab
songyuc
这个作者很懒,什么都没留下…
展开
-
Jupyter Lab——如何添加没有出现的kernel
1 问题描述今天在学习的时候遇到一个问题,想要更改kernel时,发现自己常用的一个kernel并不在 Jupyter Lab显示的kernel列表中,那么该怎么办呢,于是就百度了一下~2 致谢感谢网友dc的梦呓提供的资料!链接如下:https://www.jianshu.com/p/81fe3d043d673 解决方案step 1:首先打开conda的终端,...原创 2020-07-29 16:44:26 · 4990 阅读 · 1 评论 -
Jupyter Lab——无法显示matplotlib绘制的图像
1 显示“<Figure size ***x***with *Axes>”却没有显示出图像需要加上这样的声明:%matplotlib inline原创 2020-03-24 10:46:42 · 3065 阅读 · 0 评论 -
Jupyter Lab——如何在 Jupyter Lab调用相对路径的文件夹中的类
示例代码如下:import syssys.path.append('..')from model.DigitRecognizer import DigitRecognizer# show_test_img.py用来进行测试图片的读取测试from model.MNISTTestDataset import MNISTTestDataset具体的使用方法可以参考项目“Digit ...原创 2020-02-14 17:06:59 · 2335 阅读 · 0 评论 -
Jupyter Lab——使用tqdm.notebook.tqdm时没有出现进度条,提示“HBox(children=(FloatProgress……”
1 致谢感谢网友 Mihai Chelaru在 Stack Overflow上的回答链接如下:https://stackoverflow.com/questions/57343134/jupyter-notebooks-not-displaying-progress-bars2 问题描述今天在使用Jupyter Lab进行数据集的划分,在使用tqdm.notebook.tqd...原创 2020-02-08 16:51:02 · 8807 阅读 · 2 评论