Jupyter-plugin
命令行安装在 JupyterLab 中,可以使用 jupyter labextension install 命令可以安装不同的扩展(plugin)。 注意 在JupyterLab 3.x之后版本中使用 jupyter labextension install 命令,会出现以下报错 123(Deprecated) Installing extensions with the jupyter labextension install command is now deprecated and will be removed in a future major version of JupyterLab.Users should manage prebuilt extensions with package managers like pip and conda, and extension authors are encouraged to distribute their extensions as prebuilt packages 自JupyterLab 3.x...
总结
一、项目背景与目标本项目旨在提供一个教程,帮助用户理解和掌握如何在 JupyterLab 中安装插。并介绍了典型插件JupyterQuiz,这个插件允许用户在 Jupyter 笔记本中创建互动式测验和问题。 二、项目实施步骤 JupyterLab 插件安装教程: 编写详细的步骤,指导用户如何在 JupyterLab 中安装和配置插件,包括命令行和扩展栏两种方式。 典型插件 JupyterQuiz: 深入理解 JupyterQuiz 插件的功能和用途。 展示如何使用 JupyterQuiz 创建互动式测验和问题。 JupyterQuiz 问题定义简化方法: 官方简化问题定义的方法。 其他方法(python函数/markdown-it插件) 三、项目成果 JupyterLab 插件安装教程: 成功编写并发布了一份详细的 JupyterLab 插件安装教程。 JupyterQuiz 教程: 制作了JupyterQuiz 使用教程,包括文档和gif演示等。 JupyterQuiz 问题定义简化方法: 整理了几个 JupyterQuiz...
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick StartCreate a new post1$ hexo new "My New Post" More info: Writing Run server1$ hexo server More info: Server Generate static files1$ hexo generate More info: Generating Deploy to remote sites1$ hexo deploy More info: Deployment