github nteract/nteract v0.0.10
Amped Ampère

latest releases: @nteract/monaco-editor@5.0.7, @nteract/monaco-editor@5.0.6, @nteract/stateful-components@1.7.15...
pre-release7 years ago

Bug Fixes

  • Application now warns user if they have no kernels installed on launch
  • Toolbar now only renders options that are available based on cell type
  • Autocomplete now works properly in multiline cells and should be more responsive

Features

  • Markdown content is rendered live as the user types

Under the Hood

  • Added tests for uncovered code paths
  • Application launch now utilizes streams
  • Optimizations for code completion streams
  • Optimizations for code execution streams

No built in kernel, you will need kernels to be installed directly to run nteract:

python3 -m pip install ipykernel
python3 -m ipykernel install --user

Don't miss a new nteract release

NewReleases is sending notifications on new releases.