Project Icon

awesome-jupyter

Jupyter生态系统的全面资源列表

这是一份全面的Jupyter生态系统资源列表,包括运行时环境、协作工具、可视化库、表格处理、渲染发布、版本控制等多个方面。列表还涵盖JupyterLab扩展、测试工具、特定领域项目和托管解决方案。该列表为数据科学家和开发者提供了充分利用Jupyter生态系统的参考资源。

Awesome Jupyter Awesome Hits

A curated list of awesome Jupyter projects, libraries and resources. Jupyter is an open-source web application that allows you to create and share documents that contain live code, equations, visualizations and narrative text.


Jupyter logo


Awesome Jupyter is proudly supported by our sponsor:

Deepnote logo

Deepnote is a collaborative data science notebook built for teams.
Explore data with Python & SQL from your browser. Add context with data visualizations and rich text editing. Share your work by simply sending a link. Check it out on the Deepnote free plan.

Contents


Runtimes/Frontends

  • Beaker - Development environment with seamless data transmission from one language to another.
  • docker-stacks - Hierarchical stacks of ready-to-run Jupyter applications in Docker.
  • Guild AI - Execute notebooks as experiments to capture and compare results over time.
  • Hydrogen - Run code inline in Atom using Jupyter kernels.
  • Jupyter Notebook - Main Jupyter notebook runtime.
  • JupyterHub - Multi-user server for Jupyter.
  • JupyterLab - JupyterLab is the next generation user interface for Jupyter.
  • JupyterLab Desktop - A desktop application for JupyterLab, based on Electron.
  • JupyterWith - Nix-based framework for the definition of declarative and reproducible Jupyter environments.
  • kaggle/docker-python - Kaggle Python docker image that includes datasets and packages.
  • ML Workspace - Docker image that includes Jupyter(Lab) and various packages for data science/machine learning.
  • nteract - Native desktop notebook frontend.
  • Panel - Notebooks as static files or interactive and standalone server-/client-side (via pyodide) apps.
  • PaneLite - A distribution of JupyterLite that works with Panel and the HoloViz ecosystem.
  • Stencila - Native desktop notebook frontend.
  • Visual Studio Code - Native desktop notebook frontend.
  • voila - Notebooks as interactive standalone web applications.

Collaboration/Education

Visualization

  • Altair - Declarative visualization library for Python, based on Vega and Vega-Lite.
  • anywidget - A Python library that simplifies creating and publishing custom Jupyter widgets.
  • Bokeh - Interactive visualization library that targets modern web browsers for presentation.
  • bqplot - Grammar of Graphics-based interactive plotting framework for Jupyter.
  • Evidently - Interactive reports to analyze machine learning models during validation or production monitoring.
  • hvplot - A familiar and high-level API for data exploration and visualization in Jupyter.
  • ipychart - Interactive Chart.js plots in Jupyter.
  • ipycytoscape - Widget for interactive graph visualization in Jupyter using cytoscape.js.
  • ipydagred3 - ipywidgets library for drawing directed acyclic graphs in jupyterlab using dagre-d3.
  • ipyleaflet - Interactive visualization library for Leaflet.js maps in Jupyter notebooks.
  • IPySigma - Prototype network visualization frontend for Jupyter notebooks.
  • ipytree - Tree UI element for Jupyter.
  • ipyvizzu - Animated data storytelling tool.
  • ipyvolume - 3D plotting for Python in Jupyter based on widgets and WebGL.
  • ipywebrtc - Video/Audio streaming in Jupyter.
  • ipywidgets - UI widgets for Jupyter.
  • itk-jupyter-widgets - Interactive widgets to visualize images in 2D and 3D.
  • jp_doodle - Infrastructure for building special purpose interactive diagrams in 2D and 3D.
  • jupyter-gmaps - Interactive visualization library for Google Maps in Jupyter notebooks.
  • jupyter-manim - Display manim (Mathematical Animation Engine) videos or GIFs in Jupyter notebooks.
  • lux - Recommends a set of visualizations whenever a dataframe is printed in a notebook.
  • mpld3 - Combining Matplotlib and D3js for interactive data visualizations.
  • pd-replicator - Copy a pandas DataFrame to the clipboard with one click.
  • Perspective - Data visualization and analytics component, especially for large/streaming datasets.
  • pyecharts - Python interface for the ECharts visualization library.
  • pythreejs - Python / ThreeJS bridge utilizing the Jupyter widget infrastructure.
  • tqdm - Fast, extensible progress bar for loops and iterables.
  • tributary - Python data streams with Jupyter support.
  • xleaflet - C++ Backend for ipyleaflet.
  • xwebrtc - C++ Backend for ipywebrtc.
  • xwidgets - C++ Backend for ipywidgets.

Tables

  • buckaroo - GUI Data Wrangling tool for Jupyter and pandas.
  • ipyaggrid - The power of ag-Grid in Jupyter.
  • ipydatagrid - Fast datagrid widget for Jupyter.
  • ipyregulartable - High performance, editable, stylable datagrids in Jupyter.
  • ipysheet - Interactive spreadsheets in Jupyter.
  • ITables - Pandas and Polars DataFrames rendered as interactive datatables-net tables.
  • Qgrid - Interactive grid for sorting, filtering, and editing DataFrames in Jupyter.

Rendering/Publishing/Conversion

  • Binder - Turn a GitHub repo into a collection of interactive notebooks.
  • Bookbook - Bookbook converts a set of notebooks in a directory to HTML or PDF, preserving cross references within and between notebooks.
  • ContainDS Dashboards - JupyterHub extension to host authenticated scripts or notebooks in any framework (Voilà, Streamlit, Plotly Dash etc).
  • Ganimede - Store, version, edit and execute notebooks in sandboxes and integrate them directly via REST interfaces.
  • Jupyter Book - Build publication-quality books and documents from computational material.
  • jupyterlab_nbconvert_nocode - NBConvert exporters for PDF/HTML export without code cells.
  • Jupytext - Convert and synchronize notebooks with text formats (e.g. Python or Markdown files) that work well under version control.
  • jut - CLI to nicely display notebooks in the terminal.
  • Kapitsa - CLI to search local Jupyter notebooks.
  • Mercury - Convert notebooks into web applications.
  • nbconvert - Convert notebooks to other formats.
  • nbdev - Develop, package and distribute Python packages to PyPI using Jupyter as a Literate Programing environment.
  • nbflow - One-button reproducible workflows with Jupyter and Scons.
  • nbinteract - Create interactive webpages from Jupyter notebooks.
  • nbscan - Search for and print cells contents of Jupyter notebooks.
  • Nikola - Static Site Generator that converts notebooks into websites.
  • notedown - Convert Jupyter notebooks to markdown (and back).
  • Papermill - Tool for parameterizing, executing, and analyzing Jupyter notebooks.
  • Ploomber - Run a collection of notebooks and scripts in a reproducible manner using a pipeline.yaml file.
  • pynb - Jupyter Notebooks as plain Python code with embedded Markdown text.
  • RISE - Reveal.js Jupyter/IPython Slideshow.
  • rst2ipynb - Convert standalone reStructuredText files to Jupyter notebook file.
  • Voila - Rendering of live Jupyter Notebooks with interactive widgets, allowing dashboarding based on Jupyter Notebooks.

Version Control

  • databooks - A command-line utility that eases versioning and sharing of notebooks.
  • git - Extension for git integration.
  • jupyter-nbrequirements - Dependency management and optimization in Jupyter Notebooks.
  • nbdime - Tools for diffing and merging of Jupyter notebooks.
  • nbQA - Run any standard Python code quality tool on a Jupyter Notebook, from the command-line or via pre-commit.
  • Neptune - Version, manage and share notebook checkpoints in your projects.
  • ReviewNB - Code reviews for Jupyter Notebooks.

JupyterLab Extensions

  • amphi-etl - Low-code ETL extension for Jupyterlab.
  • celltags - Extension to organise and execute notebooks using cell tags.
  • code_formatter - A universal code formatter.
  • debugger - A visual debugger for Jupyter notebooks, consoles, and source files.
  • drawio - Extension that displays drawio/mxgraph diagrams.
  • elyra - A visual editor for creating and running notebook (or Python script) pipelines locally or remotely.
  • genv - Extension for managing GPU environments in JupyterLab.
项目侧边栏1项目侧边栏2
推荐项目
Project Cover

豆包MarsCode

豆包 MarsCode 是一款革命性的编程助手,通过AI技术提供代码补全、单测生成、代码解释和智能问答等功能,支持100+编程语言,与主流编辑器无缝集成,显著提升开发效率和代码质量。

Project Cover

AI写歌

Suno AI是一个革命性的AI音乐创作平台,能在短短30秒内帮助用户创作出一首完整的歌曲。无论是寻找创作灵感还是需要快速制作音乐,Suno AI都是音乐爱好者和专业人士的理想选择。

Project Cover

有言AI

有言平台提供一站式AIGC视频创作解决方案,通过智能技术简化视频制作流程。无论是企业宣传还是个人分享,有言都能帮助用户快速、轻松地制作出专业级别的视频内容。

Project Cover

Kimi

Kimi AI助手提供多语言对话支持,能够阅读和理解用户上传的文件内容,解析网页信息,并结合搜索结果为用户提供详尽的答案。无论是日常咨询还是专业问题,Kimi都能以友好、专业的方式提供帮助。

Project Cover

阿里绘蛙

绘蛙是阿里巴巴集团推出的革命性AI电商营销平台。利用尖端人工智能技术,为商家提供一键生成商品图和营销文案的服务,显著提升内容创作效率和营销效果。适用于淘宝、天猫等电商平台,让商品第一时间被种草。

Project Cover

吐司

探索Tensor.Art平台的独特AI模型,免费访问各种图像生成与AI训练工具,从Stable Diffusion等基础模型开始,轻松实现创新图像生成。体验前沿的AI技术,推动个人和企业的创新发展。

Project Cover

SubCat字幕猫

SubCat字幕猫APP是一款创新的视频播放器,它将改变您观看视频的方式!SubCat结合了先进的人工智能技术,为您提供即时视频字幕翻译,无论是本地视频还是网络流媒体,让您轻松享受各种语言的内容。

Project Cover

美间AI

美间AI创意设计平台,利用前沿AI技术,为设计师和营销人员提供一站式设计解决方案。从智能海报到3D效果图,再到文案生成,美间让创意设计更简单、更高效。

Project Cover

AIWritePaper论文写作

AIWritePaper论文写作是一站式AI论文写作辅助工具,简化了选题、文献检索至论文撰写的整个过程。通过简单设定,平台可快速生成高质量论文大纲和全文,配合图表、参考文献等一应俱全,同时提供开题报告和答辩PPT等增值服务,保障数据安全,有效提升写作效率和论文质量。

投诉举报邮箱: service@vectorlightyear.com
@2024 懂AI·鲁ICP备2024100362号-6·鲁公网安备37021002001498号