Skip to content

Latest commit

 

History

History
60 lines (33 loc) · 1.92 KB

CHANGELOG.md

File metadata and controls

60 lines (33 loc) · 1.92 KB

nteract v0.9.1 - Bewildered Bethe

  • Fixed AppImage build for Linux
  • Corrected rendering of subsequent text/plain display_data and execute_result outputs
  • Improved performance during app usage by using Immutable objects for outputs again, making sure to allow Hydrogen's non-immutable version

nteract v0.9.0 - Bespectacled Bessemer

🤓🔩

Data Explorer

nteract desktop can now do the automatic dataviz that previously was only released on the jupyter extension.

Component documentation

We're in the beginnings of documenting our components using react-styleguidist. You can see a sneak preview at components.nteract.io.

Jupyter Extension

Jupyter Extension has some exciting new additions including near menu parity with nteract desktop 🎉

  • 📝 We now have a Monaco editor component

  • "Open..." has been added to the menu and will redirect the user to the directory listing

  • Notebook cards have been scaled down and padding added to the bottom of the directory listing for easier viewing on smaller screens

Gist publishing

Gist publishing is much more stable now! :octocat: However, GitHub no longer allows new anonymous gists. 😢 All gists published from nteract must use authentication. 🔐

Open Recent Menu

Now that we're on Electron 2.x, we can support an "Open Recent" menu. Right now it is only supported on macOS.

Mega Vega

We support vega 2, vega 3, vega-lite 1, and vega-lite 2!

vega

Miscellaneous

  • Improved kernel clean up
  • Better font sizes in drop down menu
  • Upgraded to webpack 4*