Skip to content

v2.1.0

Compare
Choose a tag to compare
@BenRussert BenRussert released this 18 Nov 04:19
· 933 commits to master since this release

🎉 Features

  • Create a Jupyter notebook from a text file #1047
    • To try it out, use the new command hydrogen:export-notebook
  • Use autocomplete-plus config for minimum word length #1054
  • Add option to disable status bar component #1058
  • Navigate output/watch history with your keyboard #1062 :
    gif showing focused slider moving around with keyboard
  • Improve "no kernels" error message #1046
  • Clear output pane with clear results command #1072
  • Improve error message if kernelspec isn't correctly setup #1108

🐛 Bugs

  • Fix output copy feature #1083
  • Fix duplicate output panes #1085
  • Fix compatibility issues with Atom 1.23 #1093

📝 Documentation

  • Document output area #1050
  • Add troubleshooting info for windows paths #1056
  • Add Matplotlib interactive plots #1095

👷 Internal Improvements

  • Add specs for history slider #1053
  • Set up specs with a mock global store #1070