pynotebook


Namepynotebook JSON
Version 0.3.0 PyPI version JSON
download
home_pagehttps://github.com/chrisecker/pynotebook
SummaryA wxPython based notebook environment for interactive computing.
upload_time2023-01-01 20:39:49
maintainer
docs_urlNone
authorC. Ecker
requires_python
licenseBSD
keywords interactive interpreter notebook shell wxpython
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            pynotebook
==========

.. image::
   https://raw.githubusercontent.com/chrisecker/textmodel/master/pynotebook/screenshots/ball2_small.png

`More screenshots <https://github.com/chrisecker/textmodel/tree/master/pynotebook/screenshots>`_


Introduction
------------

Pynotebook is a library for creating notebook applications in
wxpython. A notebook is a document which can contain program code,
text and graphics.  Notebooks are a pleasant way to develop and
document code and to store ideas.

Unlike other python notebook interfaces such as jupyter or spyder, pnb
is very lightweight and can be easily embeded in wxpython
applications.

Although python is the native language for pynotebook, it is
possible create notebooks for other scripting languages.

Applications using the Pynotebook library are

- `pnb application <https://pypi.python.org/pypi/pnb>`_ (a python notebook application) and
- `rnb <https://pypi.python.org/pypi/rnb>`_ (an experimental notebook for the r programming language)



Links
-----
- `github page <https://github.com/chrisecker/textmodel/tree/master/pynotebook>`_


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/chrisecker/pynotebook",
    "name": "pynotebook",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "Interactive,Interpreter,Notebook,Shell,wxPython",
    "author": "C. Ecker",
    "author_email": "textmodelview@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/a1/99/564176b7a6f88bc2ac32ddc61e1ad7bbcadf6bcafd550dcc50af9ebddc20/pynotebook-0.3.0.tar.gz",
    "platform": null,
    "description": "pynotebook\n==========\n\n.. image::\n   https://raw.githubusercontent.com/chrisecker/textmodel/master/pynotebook/screenshots/ball2_small.png\n\n`More screenshots <https://github.com/chrisecker/textmodel/tree/master/pynotebook/screenshots>`_\n\n\nIntroduction\n------------\n\nPynotebook is a library for creating notebook applications in\nwxpython. A notebook is a document which can contain program code,\ntext and graphics.  Notebooks are a pleasant way to develop and\ndocument code and to store ideas.\n\nUnlike other python notebook interfaces such as jupyter or spyder, pnb\nis very lightweight and can be easily embeded in wxpython\napplications.\n\nAlthough python is the native language for pynotebook, it is\npossible create notebooks for other scripting languages.\n\nApplications using the Pynotebook library are\n\n- `pnb application <https://pypi.python.org/pypi/pnb>`_ (a python notebook application) and\n- `rnb <https://pypi.python.org/pypi/rnb>`_ (an experimental notebook for the r programming language)\n\n\n\nLinks\n-----\n- `github page <https://github.com/chrisecker/textmodel/tree/master/pynotebook>`_\n\n",
    "bugtrack_url": null,
    "license": "BSD",
    "summary": "A wxPython based notebook environment for interactive computing.",
    "version": "0.3.0",
    "split_keywords": [
        "interactive",
        "interpreter",
        "notebook",
        "shell",
        "wxpython"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "13a66430ef48db45d54d1968a9106382",
                "sha256": "a0733f18d2ff1158e008dbbb628e2798f0f735442602452a435cf38e055c08c9"
            },
            "downloads": -1,
            "filename": "pynotebook-0.3.0.tar.gz",
            "has_sig": false,
            "md5_digest": "13a66430ef48db45d54d1968a9106382",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 67657,
            "upload_time": "2023-01-01T20:39:49",
            "upload_time_iso_8601": "2023-01-01T20:39:49.778027Z",
            "url": "https://files.pythonhosted.org/packages/a1/99/564176b7a6f88bc2ac32ddc61e1ad7bbcadf6bcafd550dcc50af9ebddc20/pynotebook-0.3.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-01 20:39:49",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "chrisecker",
    "github_project": "pynotebook",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pynotebook"
}
        
Elapsed time: 0.02465s