frz-jupyterlab-variableinspector


Namefrz-jupyterlab-variableinspector JSON
Version 0.1.4 PyPI version JSON
download
home_pagehttps://github.com/zhangfeiran/jupyterlab-variableInspector
SummaryCustomized Variable Inspector extension for JupyterLab.
upload_time2023-04-19 15:26:55
maintainer
docs_urlNone
authorFeiran Zhang
requires_python>=3.7
licenseBSD-3-Clause
keywords jupyter jupyterlab jupyterlab3
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # frz-jupyterlab-variableinspector

Forked from https://github.com/lckr/jupyterlab-variableInspector.

Customized Variable Inspector extension for JupyterLab, better support for R (especially for big objects, also showing the .Last.value).

If you define a variable named "jlvi_brief", variable contents will be skipped, which dramatically improve the speed when there are too many variables.


## Requirements

- JupyterLab >= 3.0

## Install

To install the extension, execute:

```bash
pip install frz-jupyterlab-variableinspector
```

## Uninstall

To remove the extension, execute:

```bash
pip uninstall frz-jupyterlab-variableinspector
```

## Contributing

### Development install

Note: You will need NodeJS to build the extension package.

The `jlpm` command is JupyterLab's pinned version of
[yarn](https://yarnpkg.com/) that is installed with JupyterLab. You may use
`yarn` or `npm` in lieu of `jlpm` below.

```bash
# Clone the repo to your local environment
# Change directory to the frz-jupyterlab-variableinspector directory
# Install package in development mode
pip install -e .
# Link your development version of the extension with JupyterLab
jupyter labextension develop . --overwrite
# Rebuild extension Typescript source after making changes
jlpm build
```

You can watch the source directory and run JupyterLab at the same time in different terminals to watch for changes in the extension's source and automatically rebuild the extension.

```bash
# Watch the source directory in one terminal, automatically rebuilding when needed
jlpm watch
# Run JupyterLab in another terminal
jupyter lab
```

With the watch command running, every saved change will immediately be built locally and available in your running JupyterLab. Refresh JupyterLab to load the change in your browser (you may need to wait several seconds for the extension to be rebuilt).

By default, the `jlpm build` command generates the source maps for this extension to make it easier to debug using the browser dev tools. To also generate source maps for the JupyterLab core extensions, you can run the following command:

```bash
jupyter lab build --minimize=False
```

### Development uninstall

```bash
pip uninstall frz-jupyterlab-variableinspector
```

In development mode, you will also need to remove the symlink created by `jupyter labextension develop`
command. To find its location, you can run `jupyter labextension list` to figure out where the `labextensions`
folder is located. Then you can remove the symlink named `jupyterlab-variableinspector` within that folder.

### Packaging the extension

See [RELEASE](RELEASE.md)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/zhangfeiran/jupyterlab-variableInspector",
    "name": "frz-jupyterlab-variableinspector",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "Jupyter,JupyterLab,JupyterLab3",
    "author": "Feiran Zhang",
    "author_email": "feiranzhang@outlook.com",
    "download_url": "https://files.pythonhosted.org/packages/13/ee/0b3c12ae4cea5055beed93208e10e5fbca144a7159d0f856a45c1cc3acb1/frz-jupyterlab-variableinspector-0.1.4.tar.gz",
    "platform": "Linux",
    "description": "# frz-jupyterlab-variableinspector\n\nForked from https://github.com/lckr/jupyterlab-variableInspector.\n\nCustomized Variable Inspector extension for JupyterLab, better support for R (especially for big objects, also showing the .Last.value).\n\nIf you define a variable named \"jlvi_brief\", variable contents will be skipped, which dramatically improve the speed when there are too many variables.\n\n\n## Requirements\n\n- JupyterLab >= 3.0\n\n## Install\n\nTo install the extension, execute:\n\n```bash\npip install frz-jupyterlab-variableinspector\n```\n\n## Uninstall\n\nTo remove the extension, execute:\n\n```bash\npip uninstall frz-jupyterlab-variableinspector\n```\n\n## Contributing\n\n### Development install\n\nNote: You will need NodeJS to build the extension package.\n\nThe `jlpm` command is JupyterLab's pinned version of\n[yarn](https://yarnpkg.com/) that is installed with JupyterLab. You may use\n`yarn` or `npm` in lieu of `jlpm` below.\n\n```bash\n# Clone the repo to your local environment\n# Change directory to the frz-jupyterlab-variableinspector directory\n# Install package in development mode\npip install -e .\n# Link your development version of the extension with JupyterLab\njupyter labextension develop . --overwrite\n# Rebuild extension Typescript source after making changes\njlpm build\n```\n\nYou can watch the source directory and run JupyterLab at the same time in different terminals to watch for changes in the extension's source and automatically rebuild the extension.\n\n```bash\n# Watch the source directory in one terminal, automatically rebuilding when needed\njlpm watch\n# Run JupyterLab in another terminal\njupyter lab\n```\n\nWith the watch command running, every saved change will immediately be built locally and available in your running JupyterLab. Refresh JupyterLab to load the change in your browser (you may need to wait several seconds for the extension to be rebuilt).\n\nBy default, the `jlpm build` command generates the source maps for this extension to make it easier to debug using the browser dev tools. To also generate source maps for the JupyterLab core extensions, you can run the following command:\n\n```bash\njupyter lab build --minimize=False\n```\n\n### Development uninstall\n\n```bash\npip uninstall frz-jupyterlab-variableinspector\n```\n\nIn development mode, you will also need to remove the symlink created by `jupyter labextension develop`\ncommand. To find its location, you can run `jupyter labextension list` to figure out where the `labextensions`\nfolder is located. Then you can remove the symlink named `jupyterlab-variableinspector` within that folder.\n\n### Packaging the extension\n\nSee [RELEASE](RELEASE.md)\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "Customized Variable Inspector extension for JupyterLab.",
    "version": "0.1.4",
    "split_keywords": [
        "jupyter",
        "jupyterlab",
        "jupyterlab3"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b8d0a93f67065bfea81299667324487b881406617aee81bc5dc797df3097ac4c",
                "md5": "06aa7a49204943952437352d3cda6881",
                "sha256": "4c7f469b4a91f7614e9c14a27142ebe7a0b5be18a95516b1a052c73a69f276d1"
            },
            "downloads": -1,
            "filename": "frz_jupyterlab_variableinspector-0.1.4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "06aa7a49204943952437352d3cda6881",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 373057,
            "upload_time": "2023-04-19T15:26:52",
            "upload_time_iso_8601": "2023-04-19T15:26:52.478711Z",
            "url": "https://files.pythonhosted.org/packages/b8/d0/a93f67065bfea81299667324487b881406617aee81bc5dc797df3097ac4c/frz_jupyterlab_variableinspector-0.1.4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "13ee0b3c12ae4cea5055beed93208e10e5fbca144a7159d0f856a45c1cc3acb1",
                "md5": "185ec1885bccb6abb286dec0b09e73d6",
                "sha256": "3dd41437a513eecf333dc9af2857266d4cb914421931799d53298a54efe71c59"
            },
            "downloads": -1,
            "filename": "frz-jupyterlab-variableinspector-0.1.4.tar.gz",
            "has_sig": false,
            "md5_digest": "185ec1885bccb6abb286dec0b09e73d6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 289022,
            "upload_time": "2023-04-19T15:26:55",
            "upload_time_iso_8601": "2023-04-19T15:26:55.466142Z",
            "url": "https://files.pythonhosted.org/packages/13/ee/0b3c12ae4cea5055beed93208e10e5fbca144a7159d0f856a45c1cc3acb1/frz-jupyterlab-variableinspector-0.1.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-19 15:26:55",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "zhangfeiran",
    "github_project": "jupyterlab-variableInspector",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "frz-jupyterlab-variableinspector"
}
        
Elapsed time: 0.05836s