Package Release Info

python-spyder-notebook-0.1.3-bp151.1.1

Update Info: Base Release
Available in Package Hub : 15 SP1

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

spyder-notebook
spyder3-notebook

Change Logs

* Sat Dec 22 2018 Todd R <toddrme2178@gmail.com>
- Update to 0.1.3
  + Issues Closed
  * Tests leave temporary directories in the home dir
  * test_open_notebook fails when running tests twice in a row
  * Set up pep8speaks
  * Make plugin compatible with Spyder's split-plugins change
  * Be more robust when starting notebook
  * Migrate to CircleCI 2.0
  * TypeError when parsing JSON when shutting kernel down
  * Opening console for notebook without kernel yields an error
  * Spyder notebook complains about missing file or directory: 'jupyter'
  + Pull Requests Merged
  * PR: Display error when opening console for notebook with no kernel
  * PR: Do not call the jupyter executable when opening notebooks ([157](https://github.com/spyder-ide/spyder-notebook/issues/157), [141](https://github.com/spyder-ide/spyder-notebook/issues/141))
  * PR: Remove temporary directory created in test_open_notebook()
  * PR: Update to Spyder 4 after the split-plugins merge
  * PR: Make tests use a temporary directory
  * PR: More robust parsing of server reply in NotebookClient.get_kernel_id()
  * PR: Upgrade to CircleCI v2.0
* Thu Aug 16 2018 jengelh@inai.de
- Trim filler wording from description.
* Mon Aug 13 2018 toddrme2178@gmail.com
- Update description per upstream request.
* Tue Sep 12 2017 toddrme2178@gmail.com
- Initial version