Warning: file_get_contents(/data/phpspider/zhask/data//catemap/4/matlab/16.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Jupyter notebook 无法在转换为discover.js幻灯片的jupyter笔记本中推进幻灯片_Jupyter Notebook_Reveal.js_Jupyter Lab_Nbconvert - Fatal编程技术网

Jupyter notebook 无法在转换为discover.js幻灯片的jupyter笔记本中推进幻灯片

Jupyter notebook 无法在转换为discover.js幻灯片的jupyter笔记本中推进幻灯片,jupyter-notebook,reveal.js,jupyter-lab,nbconvert,Jupyter Notebook,Reveal.js,Jupyter Lab,Nbconvert,我正试图将我用jupyter lab创建的笔记本转换为显示.js幻灯片 我正在使用此命令: jupyter nbconvert Initial-Data-Exploration.ipynb--到幻灯片--后期服务 摘自 然而,我得到了与原记者相同的问题:我只看到第一张幻灯片,无法进入后续幻灯片 在浏览器控制台中,我看到以下错误: 我假设它指的是一个custom.css文件,我可以使用它来定制幻灯片的外观,而与功能无关 我在命令行上看到的唯一错误是: 警告:tornado.access:404g

我正试图将我用jupyter lab创建的笔记本转换为显示.js幻灯片

我正在使用此命令:

jupyter nbconvert Initial-Data-Exploration.ipynb--到幻灯片--后期服务

摘自

然而,我得到了与原记者相同的问题:我只看到第一张幻灯片,无法进入后续幻灯片

在浏览器控制台中,我看到以下错误:

我假设它指的是一个
custom.css
文件,我可以使用它来定制幻灯片的外观,而与功能无关

我在命令行上看到的唯一错误是:

警告:tornado.access:404get/custom.css(127.0.0.1)1.05ms 警告:tornado.access:404get/custom.css(127.0.0.1)0.90ms 警告:tornado.access:404get/custom.css(127.0.0.1)0.88ms 警告:tornado.access:404get/style.min.css.map(127.0.0.1)1.32ms 警告:tornado.access:404 GET/custom.css(127.0.0.1)0.69ms 警告:tornado.access:404 GET/custom.css(127.0.0.1)0.87ms 警告:tornado.access:404get/style.min.css.map(127.0.0.1)1.02ms 警告:龙卷风。访问:404 GET/favicon.ico(127.0.0.1)0.93ms 警告:tornado.access:404 GET/custom.css(127.0.0.1)0.82ms 警告:tornado.access:404 GET/custom.css(127.0.0.1)0.73ms 警告:tornado.access:404get/style.min.css.map(127.0.0.1)0.82ms

我认为这与上面提到的问题相同,也不会影响功能

我对使用nbconvert
nbconvert
reveal.js
还不熟悉,所以如果有任何帮助,我将不胜感激


编辑:这似乎只是在使用Jupyter Lab时出现的问题,而在使用常规Jupyter笔记本电脑时不会出现。

你有没有发现这一点?我在那里遇到了同样的问题,发现了你的问题。没有解决方案-我只是想看看这个奇特的幻灯片:(