jupyterlab的iframe小部件

jupyterlab_iframe的Python项目详细描述


#朱庇特实验室 在小部件中打开站点,或添加一组“快速链接”。

[![生成状态](https://travis-ci.org/timkpaine/jupyterlab_iframe.svg?branch=master)](https://travis-ci.org/timkpaine/jupyterlab_iframe) [![github问题](https://img.shields.io/github/issues/timkpaine/jupyterlab_iframe.svg)]() [![codecov](https://codecov.io/gh/timkpaine/jupyterlab_iframe/branch/master/graph/badge.svg)](https://codecov.io/gh/timkpaine/jupyterlab_iframe) [![PYPI](https://img.shields.io/pypi/l/jupyterlab_iframe.svg)](https://pypi.python.org/pypi/jupyterlab_iframe) [![pypi](https://img.shields.io/pypi/v/jupyterlab_iframe.svg)](https://pypi.python.org/pypi/jupyterlab_iframe) [![npm](https://img.shields.io/npm/v/jupyterlab_iframe.svg)](https://www.npmjs.com/package/jupyterlab_iframe

啊![](https://raw.githubusercontent.com/timkpaine/jupyterlab_iframe/master/docs/example1.gif

##安装 `bash pip install jupyterlab_iframe jupyter labextension install jupyterlab_iframe jupyter serverextension enable --py jupyterlab_iframe `

##选项 ###示例 安装服务器扩展,并将以下内容添加到jupyter_notebook config.py

`python3 c.JupyterLabIFrame.iframes = ['list', 'of', 'sites'] c.JupyterLabIFrame.welcome = 'a site' `

在本例中,listofsites将作为命令选项板中的链接提供,并且站点将在第一次打开jupyterlab时默认打开。

##注意事项 ###版本v0.0.12的更新-其中大部分内容包含在31中

~~此包使用iframes,因此受到一些限制:~~ ~~-如果jlab是通过ssl提供的,那么站点也必须如此(http/https必须匹配)~~ ~~-如果基础站点强制使用相同的源,则我们无法导航到它们(例如google)~~

##类似的包装 -[jupyterlab html](https://github.com/mflevine/jupyterlab_html)在iframe中将本地html文件显示为网站 -[朱庇特实验室沙箱](https://github.com/canavandl/jupyterlab_sandbox) -[主要JLAB问题](https://github.com/jupyterlab/jupyterlab/issues/2369

欢迎加入QQ群-->: 979659372 Python中文网_新手群

推荐PyPI第三方库


热门话题
java Requestcontextholder在spring 4中具有并发访问权限。IBMWebSphere上的x Web应用程序?   java如何下载、设置和使用Eclipse?   java如何组合这些mysql语句   java JDBC无法连接到openshift上的mysql数据库   如果存在允许正确处理的重载,java对于方便的方法来说是否可行?   使用hibernate序列的java Spring MVC不存在   具有路径的java Selenium ChromeDriver负载扩展问题   读一本书。java中的java文件   退出队列时,Java队列程序结果为空   Java lambda返回带有重复代码问题的列表   java使用意图从其他活动传递数据并在listview中显示   java如何在java中创建JSON输出   java Android:在不破坏或暂停活动的情况下关闭显示   支持Android电视和手机的java多apk   关于Java应用程序测试和调试的一组问题   如何在JavaSE中使用jdbcRealmShiro进行授权   在java中是否有一个无异常检查的URL解析实用程序?   当页面上有多个相同类型的元素时,java会选择一个特定的元素   递归需要帮助发现java代码中的缺陷