Metadata-Version: 1.1
Name: netpyne_ui
Version: 0.5
Summary: NetPyNE User interface
Home-page: https://github.com/MetaCell/NetPyNE-UI
Author: MetaCell
Author-email: info@metacell.us
License: MIT
Description: 
        Experimental prototype for a new user interface
        for `NEURON <http://www.neuron.yale.edu/neuron/>`__ based on web
        technologies.
        
        This prototype is being developed in collaboration with the `Neurosim
        Lab <http://neurosimlab.org/>`__ and the `Sense
        Lab <https://senselab.med.yale.edu/>`__.
        
        The UI connects to
        `nrnpython <http://www.neuron.yale.edu/neuron/static/docs/help/neuron/neuron/classes/python.html>`__
        through a `Geppetto <http://git.geppetto.org>`__ extension for `Jupyter
        Notebook <http://jupyter.org/>`__.
        
        See the `Repo <https://github.com/MetaCell/NetPyNE-UI>`__ and `Wiki <https://github.com/MetaCell/NetPyNE-UI/wiki>`__ for more
        =======
        NetPyNE-UI
        =========
        
        User Interface for NetPyNE.
        See the `Repo <https://github.com/MetaCell/NetPyNE-UI>`__ and `Wiki <https://github.com/MetaCell/NetPyNE-UI/wiki>`__ for more
        info!
        
        Installation
        ============
        
        .. code-block:: bash
        
            pip install netpyne_ui
            jupyter nbextension enable --py jupyter_geppetto
        
        Usage
        =====
        
        .. code-block:: bash
        
            NetPyNE-UI
        
        or 
        
        .. code-block:: bash
        
            jupyter notebook --NotebookApp.default_url=/geppetto --NotebookApp.token=''
        
        
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Visualization
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.7
