jupyterlab的git扩展的服务器扩展

jupyterlab-git的Python项目详细描述


Jupyterlab Git

BinderBuild StatusVersionVersionDownloadsVersionDownloads

使用git进行版本控制的jupyterlab扩展

先决条件

  • 朱庇特实验室

用法

  • 从左侧面板上的git选项卡打开git扩展名

安装

要安装,请执行以下步骤:

jupyter labextension install @jupyterlab/git
pip install --upgrade jupyterlab-git
jupyter serverextension enable --py jupyterlab_git

开发

贡献

如果你想为这个项目做贡献,请阅读我们的contributor documentation

jupyterlab遵循官方的Jupyter Code of Conduct

团队

jupyter git扩展是Project Jupyter的一部分,由一个开放的贡献者社区开发。我们的维护团队伴随着一个更大的团队,他们是jupyterlab和整个jupyter项目的贡献者。

jupyterlab git当前的维护人员按字母顺序列出,包括从属关系和主要贡献领域:

  • Tim George,Cal Poly(用户界面/用户体验设计、战略、管理、用户需求分析)。
  • Brian Granger,Cal Poly(联合创始人,战略,愿景,管理,用户界面/用户体验设计, 架构)。
  • Saul Shanabrook,Quansight(软件工程)
  • Jaipret Singh,AWS(软件工程,用户界面/用户体验设计,管理)
  • William Wang,AWS(用户界面/用户体验设计)

退休维修人员:

  • Ashutosh Bondre,Cal Poly(软件工程)。
  • Noah Stapp,Cal Poly(软件工程)。
  • 张智强,加州理工大学(软件工程)。
  • Jenna Landy,Cal Poly(软件工程)。
  • Alena Mueller,Cal Poly(用户界面/用户界面设计)。
  • Neelam Gehlot,AWS(软件工程)

提供此列表是为了帮助提供有关我们是谁以及我们的团队如何运作的上下文。 如果您想被列入名单,请提交一个拉请求与您的信息。

安装

需要节点4+和NPM 4+

# Clone the repo to your local environment
git clone https://github.com/jupyterlab/jupyterlab-git.git
cd jupyterlab-git
# Install dependencies
npm install # or yarn# Build Typescript source
npm run build # or yarn build# Link your development version of the extension with JupyterLab
jupyter labextension link .
# Rebuild Typescript source after making changes
npm run build # or yarn build
pip install .
jupyter serverextension enable --py jupyterlab_git

要重建包和jupyterlab应用程序:

npm run build
jupyter lab build

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

推荐PyPI第三方库


热门话题
java LineNumberReader。如果查询行为不正确,则返回readLine()   java包含了一个使用AndroidX的工具栏,这让我的应用程序崩溃了   JVM设置通过“java jar”运行应用程序的最佳实践   java如何获取ImageButton宽度   java Oracle SQLLDR实用程序无响应   列出Java获取对象的arrayList中最常见的元素   java使用带有FlowLayout的getContentpane对布局应用更改,但不起作用为什么?   在java中,我可以在画布上绘制画布吗?   编译游戏代码时发生java异常错误   从firestore获取java Webview失败   java将TableLayout中单元格的内容向右对齐   java无法在发布模式下启动活动(使用proguard安卓optimize配置)   java允许在线程期间进行GUI更新。睡觉   java如何对以变量为列表的列表进行排序   API URL上的java Google云端点异常