Releases: nteract/hydrogen
v2.16.5
Atom is sunsetted. 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.
You can export
ipynb
from Hydrogen using this method and migrate to the following alternatives:
Nteract, which is directly inspired by Hydrogen.
https://nteract.io/VsCode with its Jupyter integration
https://code.visualstudio.com/docs/datascience/jupyter-notebooksPycharm with Jupyter Notebook integration
https://www.jetbrains.com/pycharm/
You can directly download the code from here, copy it to ~/.atom/packages/hydrogen
and run apm install
at the root
https://github.com/nteract/hydrogen/archive/refs/tags/v2.16.5.zip
What's Changed
- fix: remove the old workaround for the
editor.languageMode
Full Changelog: v2.16.3...v2.16.4
v2.16.4
Atom is sunsetted. 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.
You can export
ipynb
from Hydrogen using this method and migrate to the following alternatives:
Nteract, which is directly inspired by Hydrogen.
https://nteract.io/VsCode with its Jupyter integration
https://code.visualstudio.com/docs/datascience/jupyter-notebooksPycharm with Jupyter Notebook integration
https://www.jetbrains.com/pycharm/
You can directly download the code from here, copy it to ~/.atom/packages/hydrogen
and run apm install
at the root
https://github.com/nteract/hydrogen/archive/refs/tags/v2.16.4.zip
What's Changed
Full Changelog: v2.16.3...v2.16.4
v2.16.3
v2.16.2
v2.16.1
v2.16.0
Bug Fixes
- fix: updateKernelSpecs's argument is optional
- fix: use @aminya/xmlhttprequest
- fix: ratio distortion of media in sidebar
- fix: use optional chaining inside onGateWay
- fix: separeate onSessionWithModel and onSessionWitouthModel
Other changes
- chore: fix dev script
- chore: add target for atom.commands.add
- chore: fix the types of handleKernelCommand
- chore: add default case for switch
- chore: kernel.restart onRestart is optional
- chore: accept both Kernel.ISpecModel | KernelspecMetadata
- refactor: getEscapeBlankRowsEndRow
- refactor: make _isValidMessage a free function
- refactor: make _getUsername a free function
- refactor: make _createMessage a free function
- chore: better type for onRestarted callback
- chore: accept both Kernel.ISpecModel | KernelspecMetadata
- chore: better types for onConfirmed and onCancelled
- chore: use object spread instead of Object.assign
- chore: add KernelGateway and SessionInfo
- chore: add default case to msgSpecV4toV5
- chore: fix return type of kernelSpec
- chore: update the tools in devDepenendencies
- test: use jsx extension for the files that use jsx