- No more pesky kernel shutdown error when no kernel available
- Upgrade to babel 7 and next.js 7
- Migrate examples to π examples repo
- nteract on jupyter now respects
_xsrf
token <RichMedia />
component- nteract on jupyter now supports Python < 3.6
Main change: LaTeX is back to working and not breaking your entire app π£π₯π±π
See nteract#3228 for details.
- More help text for Data Explorer
- Palette chooser
- Less bugs in data explorer! Click More Thingsβ’!
π Data Explorer now has contour plots and heatmaps!
Datetime is now supported in the data explorer.
- Really fixed AppImage build for Linux
- Unified directory listing component for commuter and jupyter extension
- Brand new
@mybinder
components and libraries for caching Binder hosts - Tray icon for launching notebooks!
- 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*