ape-notebook


Nameape-notebook JSON
Version 0.7.0 PyPI version JSON
download
home_pagehttps://github.com/ApeWorX/ape-notebook
Summaryape-notebook: Instantiate a Jupyter Notebook
upload_time2023-12-19 02:09:43
maintainer
docs_urlNone
authorApeWorX Ltd.
requires_python>=3.8,<4
licenseApache-2.0
keywords ethereum
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Ape Notebook

Instantiate a Jupyter Notebook with Ape!

## Dependencies

- [python3](https://www.python.org/downloads) version 3.8 up to 3.11.

## Installation

### via `pip`

You can install the latest release via [`pip`](https://pypi.org/project/pip/):

```bash
pip install ape-notebook
```

### via `setuptools`

You can clone the repository and use [`setuptools`](https://github.com/pypa/setuptools) for the most up-to-date version:

```bash
git clone https://github.com/ApeWorX/ape-notebook.git
cd ape-notebook
python3 setup.py install
```

## Quick Usage

Runs a notebook server:

```bash
ape notebook
```

`notebook >=7` has an outstanding issue at launch that can be [resolved](https://github.com/jupyter/notebook/issues/6974#issuecomment-1675394990)
by running in your environment

```bash
jupyter lab build
```

## Development

This project is in development and should be considered a beta.
Things might not be in their final state and breaking changes may occur.
Comments, questions, criticisms and pull requests are welcomed.

## License

This project is licensed under the [Apache 2.0](LICENSE).

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ApeWorX/ape-notebook",
    "name": "ape-notebook",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8,<4",
    "maintainer_email": "",
    "keywords": "ethereum",
    "author": "ApeWorX Ltd.",
    "author_email": "admin@apeworx.io",
    "download_url": "https://files.pythonhosted.org/packages/ea/d0/0a243177032179842a02b2ade92d04eb8dc4adb197339df98309eb23d4be/ape-notebook-0.7.0.tar.gz",
    "platform": null,
    "description": "# Ape Notebook\n\nInstantiate a Jupyter Notebook with Ape!\n\n## Dependencies\n\n- [python3](https://www.python.org/downloads) version 3.8 up to 3.11.\n\n## Installation\n\n### via `pip`\n\nYou can install the latest release via [`pip`](https://pypi.org/project/pip/):\n\n```bash\npip install ape-notebook\n```\n\n### via `setuptools`\n\nYou can clone the repository and use [`setuptools`](https://github.com/pypa/setuptools) for the most up-to-date version:\n\n```bash\ngit clone https://github.com/ApeWorX/ape-notebook.git\ncd ape-notebook\npython3 setup.py install\n```\n\n## Quick Usage\n\nRuns a notebook server:\n\n```bash\nape notebook\n```\n\n`notebook >=7` has an outstanding issue at launch that can be [resolved](https://github.com/jupyter/notebook/issues/6974#issuecomment-1675394990)\nby running in your environment\n\n```bash\njupyter lab build\n```\n\n## Development\n\nThis project is in development and should be considered a beta.\nThings might not be in their final state and breaking changes may occur.\nComments, questions, criticisms and pull requests are welcomed.\n\n## License\n\nThis project is licensed under the [Apache 2.0](LICENSE).\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "ape-notebook: Instantiate a Jupyter Notebook",
    "version": "0.7.0",
    "project_urls": {
        "Homepage": "https://github.com/ApeWorX/ape-notebook"
    },
    "split_keywords": [
        "ethereum"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6432087ccd6c59ad9c5e327963bfc8dfa01b201f2824fbd07981e2934da9f4b0",
                "md5": "8e721c644ab5b40755f56d069edb7e51",
                "sha256": "3446e0f5dc4bb08ad6883ad2575508638d3741a169b0fab86ac097677c3e0be0"
            },
            "downloads": -1,
            "filename": "ape_notebook-0.7.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8e721c644ab5b40755f56d069edb7e51",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<4",
            "size": 7602,
            "upload_time": "2023-12-19T02:09:41",
            "upload_time_iso_8601": "2023-12-19T02:09:41.540451Z",
            "url": "https://files.pythonhosted.org/packages/64/32/087ccd6c59ad9c5e327963bfc8dfa01b201f2824fbd07981e2934da9f4b0/ape_notebook-0.7.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ead00a243177032179842a02b2ade92d04eb8dc4adb197339df98309eb23d4be",
                "md5": "b6dacc0879c61dcbdc7fa642f6adfec0",
                "sha256": "72f8afd9a34b9c2a8bc466c5f447cf1c0008450eb8814c2e44a6095f043c4437"
            },
            "downloads": -1,
            "filename": "ape-notebook-0.7.0.tar.gz",
            "has_sig": false,
            "md5_digest": "b6dacc0879c61dcbdc7fa642f6adfec0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<4",
            "size": 14987,
            "upload_time": "2023-12-19T02:09:43",
            "upload_time_iso_8601": "2023-12-19T02:09:43.302077Z",
            "url": "https://files.pythonhosted.org/packages/ea/d0/0a243177032179842a02b2ade92d04eb8dc4adb197339df98309eb23d4be/ape-notebook-0.7.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-19 02:09:43",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ApeWorX",
    "github_project": "ape-notebook",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "ape-notebook"
}
        
Elapsed time: 0.17045s