Skip to content

EvaldoAraujo/spyder-notebook

 
 

Repository files navigation

Spyder notebook plugin

Spyder plugin to use Jupyter notebooks inside Spyder. Currently it supports basic functionality such as creating new notebooks, opening any notebook in your filesystem and saving notebooks at any location.

You can also use Spyder's file switcher to easily switch between notebooks and open an IPython console connected to the kernel of a notebook to inspect its variables in the Variable Explorer.

Build status

CircleCI Coverage Status

Installation

To install this plugin, you can use either pip or conda package managers, as follows:

Using conda (the recommended way!):

conda install spyder-notebook -c spyder-ide

Using pip:

pip install spyder-notebook

Dependencies

This project depends on:

Changelog

Visit our CHANGELOG file to know more about our new features and improvements.

Development and contribution

To start contributing to this project you can execute python setup.py install to test your changes on Spyder. We follow PEP8 and PEP257 style guidelines.

Overview

example

About

Jupyter notebook integration with Spyder

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 72.9%
  • HTML 26.1%
  • Jupyter Notebook 1.0%