- Fixed AppImage build for Linux
- Corrected rendering of subsequent
text/plain
display_data
andexecute_result
outputs - Improved performance during app usage by using Immutable objects for outputs again, making sure to allow Hydrogen's non-immutable version
🤓🔩
nteract desktop can now do the automatic dataviz that previously was only released on the jupyter extension.
We're in the beginnings of documenting our components using react-styleguidist. You can see a sneak preview at components.nteract.io.
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 is much more stable now! However, GitHub no longer allows new anonymous gists. 😢 All gists published from nteract must use authentication. 🔐
Now that we're on Electron 2.x, we can support an "Open Recent" menu. Right now it is only supported on macOS.
We support vega 2, vega 3, vega-lite 1, and vega-lite 2!
- Improved kernel clean up
- Better font sizes in drop down menu
- Upgraded to webpack 4*