File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 55[ ![ Supported Python Versions] ( https://img.shields.io/pypi/pyversions/jupyter_spaces.svg )] ( https://pypi.org/project/jupyter_spaces/ )
66
77Jupyter Spaces is an IPython extension for creating parallel namespaces
8- availabe within the user namespace. It is designed to be used via IPython
8+ available within the user namespace. It is designed to be used via IPython
99magics in Jupyter notebooks.
1010
1111## Installation
Original file line number Diff line number Diff line change 22from setuptools import find_packages , setup
33
44NAME = 'jupyter_spaces'
5- VERSION = '0.0.2 '
5+ VERSION = '0.0.3 '
66AUTHOR = 'Davide Sarra'
77URL = 'https://github.com/davidesarra/jupyter_spaces'
88DESCRIPTION = 'Create parallel namespaces in Jupyter Notebooks'
You can’t perform that action at this time.
0 commit comments