【发布时间】:2022-01-10 16:59:51
【问题描述】:
我想建立一个网站并将能够创建单元格并在其中运行 python 代码的 jupyter notebook 功能嵌入到我的网站中
为了创建一个网站,我正在使用 Django 我想嵌入 google collab 或 jupyter notebook
顺便说一句,我已经进行了足够的研究,并且一直被 * 链接卡住,那里没有关于这个或他们想在 jupyter notebook 中使用 django 的答案
提前感谢你们提供的任何指导或任何参考。
【问题讨论】:
-
你检查过
django-extensionsshell plus吗? django-extensions.readthedocs.io/en/latest/shell_plus.html
标签: python django jupyter-notebook