Nteract Versions Save

πŸ“˜ The interactive computing suite for you! ✨

v0.12.3

5 years ago
  • Fix crash on Windows

v0.12.2

5 years ago

Some quick fixes for the last release

  • Render notebooks with math properly on start by correctly using MathJax.Queue
  • Throw a clear error when opening a notebook whose kernel cannot be located.

v0.12.1

5 years ago
  • Improved typeahead code completion
  • Now supports "Restart and Run All Cells"
  • Send kernel shutdown messages when closing windows
  • Mathjax component now using React 16 Context API
  • Raw cells now editable!
  • Data explorer adopts new blueprint.js components
  • Data explorer adapts to dark theme

v0.11.9

5 years ago
  • New table component for the data explorer
  • Data explorer will render on canvas when > 1000 points
  • nteract on jupyter now allows python >= 3.5 (for the jupyter server)

v0.11.7

5 years ago

Desktop

  • No more pesky kernel shutdown error when no kernel available
  • Migrate examples to πŸ†• examples repo

Web

  • nteract on jupyter now respects _xsrf token
  • nteract on jupyter now supports Python < 3.6

Behind the Scenes

  • Upgrade to babel 7 and next.js 7
  • <RichMedia /> component

v0.11.6

5 years ago

Main change: LaTeX is back to working and not breaking your entire app πŸ”£πŸ”₯πŸ˜±πŸ˜…

See https://github.com/nteract/nteract/pull/3228 for details.

Happy Hacking!

v0.11.4

5 years ago
  • More help text for Data Explorer
  • Palette chooser
  • Less bugs in data explorer! Click More Thingsβ„’!

v0.11.2

5 years ago

πŸ“Š Data Explorer now has contour plots and heatmaps!

Datetime is now supported in the data explorer.

contour plots

time series plots

v0.10.0

5 years ago
  • 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!

Disclaimer for Desktop

The only bundled kernel with nteract desktop is JavaScript (node.js). To detect your current python kernel you will need to run

python -m ipykernel install --user

at the command line. For other kernels, check out https://nteract.io/kernels.

Desktop Installers

v0.9.1

5 years ago

🐧 πŸ‡ πŸ“€

A quick patch release that corrects builds for Linux and addresses some longstanding issues with outputs.

Desktop

  • Fixed AppImage build for Linux

All Notebook Apps

  • 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

Disclaimer for Desktop

The only bundled kernel with nteract desktop is JavaScript (node.js). To detect your current python kernel you will need to run

python -m ipykernel install --user

at the command line. For other kernels, check out https://nteract.io/kernels.

Desktop Installers