Releases: nteract/hydrogen
Releases · nteract/hydrogen
v1.14.0
Features
Rewrite result view
- Correctly determine if outputs fits inline: Fixes #744
- Support carriage return symbol: Fixes #466
- Highlight
stderr
output: Fixes #46 - Cleanup CSS: Fixes #252
- Add button to expand result: Fixes #632
Rewrite watch views #794
v1.13.0 | v1.14.0 |
---|---|
Bugfixes
- Fix watches scrollbar #779
Documentation
- Add example on how to render matplotlib interactively with plotly #804
- Add link to required
language-r
package #803 - Add style customization docs page #799
- Add link to examples #805
- Add path argument to
atom --dev .
example #775 - Add instructions on how to build docs #788
Internal improvements
v1.13.0
Features:
- New options for kernel start directory (#771)
- The new default is for a kernel to start in the project root instead of the just the open file's directory
- You can also choose to start the kernel:
- in the project directory relative to the file
- in the current file's directory (the previous default)
- See
Directory to start kernel in
under atom package settings > Hydrogen
Internals:
v1.12.1
v1.12.0
Bugfixes:
- Fix issue with multiple language mappings (#722, #739, #740)
- Fix kernel picker issue with multiple languages (#722)
- Fix status bar not displaying
idle
message on startup (#722) - Don't allow language mappings change while kernels are running (#732)
Documentation:
- Restructure docs using gitbooks: https://nteract.gitbooks.io/hydrogen/ (#736)
- Add contribuing guide (#733)
Internal Improvement: