{"id":13430192,"url":"https://github.com/nteract/hydrogen","last_synced_at":"2025-05-13T19:14:03.930Z","repository":{"id":31828154,"uuid":"35395056","full_name":"nteract/hydrogen","owner":"nteract","description":":atom: Run code interactively, inspect data, and plot. All the power of Jupyter kernels, inside your favorite text editor.","archived":false,"fork":false,"pushed_at":"2025-05-13T11:14:02.000Z","size":3112,"stargazers_count":3948,"open_issues_count":180,"forks_count":335,"subscribers_count":79,"default_branch":"master","last_synced_at":"2025-05-13T12:25:59.733Z","etag":null,"topics":["atom","data-science","hydrogen","ipython","jupyter","jupyter-kernels","nteract","repl"],"latest_commit_sha":null,"homepage":"https://nteract.gitbooks.io/hydrogen/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nteract.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2015-05-11T01:16:55.000Z","updated_at":"2025-05-12T06:18:13.000Z","dependencies_parsed_at":"2023-10-14T15:36:20.664Z","dependency_job_id":"25de57b1-48ae-4150-b75b-5eda1f757d08","html_url":"https://github.com/nteract/hydrogen","commit_stats":{"total_commits":1979,"total_committers":91,"mean_commits":"21.747252747252748","dds":0.7150075795856493,"last_synced_commit":"37a916320e896ebd00db49927456c1773fda46e6"},"previous_names":[],"tags_count":152,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nteract%2Fhydrogen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nteract%2Fhydrogen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nteract%2Fhydrogen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nteract%2Fhydrogen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nteract","download_url":"https://codeload.github.com/nteract/hydrogen/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254010813,"owners_count":21998995,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["atom","data-science","hydrogen","ipython","jupyter","jupyter-kernels","nteract","repl"],"created_at":"2024-07-31T02:00:50.934Z","updated_at":"2025-05-13T19:14:03.910Z","avatar_url":"https://github.com/nteract.png","language":"TypeScript","readme":"# Hydrogen \u003cimg src=\"https://cdn.jsdelivr.net/gh/nteract/hydrogen@17eda24547a2195b4a21c883af3dd12ec50bd442/static/animate-logo.svg\" alt=\"hydrogen animated logo\" height=\"50px\" align=\"right\" /\u003e\n\n[![CI](https://github.com/nteract/hydrogen/actions/workflows/CI.yml/badge.svg)](https://github.com/nteract/hydrogen/actions/workflows/CI.yml)\n\nHydrogen is an interactive coding environment that supports Python, R, JavaScript and [other Jupyter kernels](https://github.com/jupyter/jupyter/wiki/Jupyter-kernels).\n\nCheckout our [Documentation](https://nteract.gitbooks.io/hydrogen/) and [Medium blog post](https://medium.com/nteract/hydrogen-interactive-computing-in-atom-89d291bcc4dd) to see what you can do with Hydrogen.\n\n![hero](https://cloud.githubusercontent.com/assets/13285808/20360886/7e03e524-ac03-11e6-9176-37677f226619.gif)\n\n# Atom Sunset Notice\n\nAtom is [sunsetted](https://github.blog/2022-06-08-sunsetting-atom/).  It is not possible to publish new packages anymore. If you have Atom working offline locally, it should continue to work, but the servers are down.\n\nYou can export `ipynb` from Hydrogen using [this method](https://github.com/nteract/hydrogen/blob/master/docs/Usage/NotebookFiles.md#notebook-export) and migrate to the following alternatives:\n\n- Nteract, which is directly inspired by Hydrogen. \nhttps://nteract.io/\n\n- VsCode with its Jupyter integration\nhttps://code.visualstudio.com/docs/datascience/jupyter-notebooks\n\n- Pycharm with Jupyter Notebook integration\nhttps://www.jetbrains.com/pycharm/\n\n\n## Contents\n\n1. [Background](#background)\n2. [Features](#features)\n3. [Plugins for Hydrogen](#plugins-for-hydrogen)\n4. [Useful external packages](#useful-external-packages)\n5. [How it works](#how-it-works)\n6. [Why \"Hydrogen\"?](#why-hydrogen)\n7. [Contributing](#contributing)\n8. [Changelog](#changelog)\n9. [License](#license)\n\n## Background\n\nHydrogen was inspired by Bret Victor's ideas about the power of instantaneous feedback and the design of [Light Table](http://lighttable.com/). Running code inline and in real time is a more natural way to develop. By bringing the interactive style of Light Table to the rock-solid usability of Atom, Hydrogen makes it easy to write code the way you want to.\n\nYou also may be interested in our latest project – [nteract](https://github.com/nteract/nteract) – a desktop application that wraps up the best of the web based Jupyter notebook.\n\n## Features\n\n- execute a line, selection, or block at a time\n- rich media support for plots, images, and video\n- watch expressions let you keep track of variables and re-run snippets after every change\n- completions from the running kernel, just like autocomplete in the Chrome dev tools\n- code can be inspected to show useful information provided by the running kernel\n- one kernel per language (so you can run snippets from several files, all in the same namespace)\n- interrupt or restart the kernel if anything goes wrong\n- use a custom kernel connection (for example to run code inside Docker), read more in the \"Custom kernel connection (inside Docker)\" section\n\n## [Documentation](https://nteract.gitbooks.io/hydrogen/)\n\n- [Installation](https://nteract.gitbooks.io/hydrogen/docs/Installation.html)\n- [Usage](https://nteract.gitbooks.io/hydrogen/docs/Usage/GettingStarted.html)\n  - [Getting started](https://nteract.gitbooks.io/hydrogen/docs/Usage/GettingStarted.html)\n  - [Examples](https://nteract.gitbooks.io/hydrogen/docs/Usage/Examples.html)\n  - [Notebook Import and Export](https://nteract.gitbooks.io/hydrogen/docs/Usage/NotebookFiles.html)\n  - [Remote Kernels](https://nteract.gitbooks.io/hydrogen/docs/Usage/RemoteKernelConnection.html)\n- [Troubleshooting Guide](https://nteract.gitbooks.io/hydrogen/docs/Troubleshooting.html)\n- [Style Customization](https://nteract.gitbooks.io/hydrogen/docs/StyleCustomization.html)\n- [Plugin API](https://nteract.gitbooks.io/hydrogen/docs/PluginAPI.html)\n\n## Plugins for Hydrogen\n\nHydrogen has support for plugins. Feel free to add your own to the list:\n\n- [Hydrogen Launcher](https://github.com/lgeiger/hydrogen-launcher): launches terminals and Jupyter consoles connected to Hydrogen\n- [hydrogen-python](https://github.com/nikitakit/hydrogen-python): provides various Python-specific features\n- [Data Explorer](https://github.com/BenRussert/data-explorer): allows you to use [nteract data-explorer](https://github.com/BenRussert/data-explorer) within Hydrogen\n\nIf you are interested in building a plugin take a look at our [plugin API documentation](https://nteract.gitbooks.io/hydrogen/docs/PluginAPI.html).\n\n## Useful external packages\n\nHere is a list of external packages that could be useful when using Hydrogen (without using Hydrogen plugin API, as such they're mostly only related to the UIs):\n\n- [markdown-cell-highlight](https://github.com/aviatesk/atom-markdown-cell-highlight): highlights code cells in markdown files\n- [Cell Navigation](https://github.com/hoishing/cell-navigation): enables easy jumps between Hydrogen code cells\n- [Hydrogen Cell Separator](https://github.com/jhabriel/hydrogen-cell-separator): gives simple horizontal line decorations for Hydrogen code cells\n\nIf you find/create a package that you think can be useful when used in combination with Hydrogen, feel free to make a PR and add it.\n\n## How it works\n\nHydrogen implements the [messaging protocol](http://jupyter-client.readthedocs.io/en/latest/messaging.html) for [Jupyter](https://jupyter.org/). Jupyter (formerly IPython) uses ZeroMQ to connect a client (like Hydrogen) to a running kernel (like IJulia or iTorch). The client sends code to be executed to the kernel, which runs it and sends back results.\n\n## Why \"Hydrogen\"?\n\nHydrogen atoms make up 90% of Jupiter by volume.\n\nPlus, it was easy to make a logo.\n\n## Contributing\n\nThanks for taking the time to contribute. Take a look at our [Contributing Guide](https://github.com/nteract/hydrogen/blob/master/CONTRIBUTING.md) to get started.\n\nThen, take a look at any issue labeled [good first issue](https://github.com/nteract/hydrogen/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) or [help wanted](https://github.com/nteract/hydrogen/issues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22) that has not been claimed. These are great starting points.\n\n## Changelog\n\nEvery release is documented on the [GitHub Releases page](https://github.com/nteract/hydrogen/releases).\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](https://github.com/nteract/hydrogen/blob/master/LICENSE.md) file for details\n\n**[⬆ back to top](#contents)**\n","funding_links":[],"categories":["CoffeeScript","TypeScript","JavaScript","Tools","Notebook环境","atom","编辑器","data-science","Runtimes/Frontends"],"sub_categories":["资源传输下载"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnteract%2Fhydrogen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnteract%2Fhydrogen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnteract%2Fhydrogen/lists"}