Skip to content

Releases: nteract/nteract

nteract v0.12.3 - Booming Bohm

06 Nov 16:44
f86182f
Compare
Choose a tag to compare
  • Fix crash on Windows

nteract v0.12.2 - Boastful Boas

25 Oct 14:53
82683bd
Compare
Choose a tag to compare

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.

nteract v0.12.1 - Blottesque Blodgett

23 Oct 04:50
Compare
Choose a tag to compare
  • 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

nteract v0.11.9 - Blatant Blalock

30 Sep 05:04
Compare
Choose a tag to compare
  • 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)

nteract v0.11.7 - Blacksmith Blackwell

11 Sep 01:51
Compare
Choose a tag to compare

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

nteract v0.11.6 - Birken Birkeland

15 Aug 01:11
Compare
Choose a tag to compare

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

See #3228 for details.

Happy Hacking!

nteract v0.11.4 - Birdy Birdseye

08 Aug 21:29
Compare
Choose a tag to compare
  • More help text for Data Explorer
  • Palette chooser
  • Less bugs in data explorer! Click More Thingsβ„’!

nteract v0.11.2 - Binary Binet

31 Jul 01:37
Compare
Choose a tag to compare

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

Datetime is now supported in the data explorer.

contour plots

time series plots

nteract v0.10.0 - Basic Bhabha

15 Jul 04:15
Compare
Choose a tag to compare
  • 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

nteract v0.9.1 - Bewildered Bethe

21 Jun 23:23
Compare
Choose a tag to compare

🐧 πŸ‡ πŸ“€

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