# jupyterlab-link-share
[![Extension status](https://img.shields.io/badge/status-ready-success "ready to be used")](https://jupyterlab-contrib.github.io/)
[![Github Actions Status](https://github.com/jupyterlab-contrib/jupyterlab-link-share/workflows/Build/badge.svg)](https://github.com/jupyterlab-contrib/jupyterlab-link-share/actions/workflows/build.yml)
[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jupyterlab-contrib/jupyterlab-link-share/main?urlpath=/lab)
JupyterLab Extension to share the URL to a running Jupyter Server
![screencast](https://user-images.githubusercontent.com/591645/104604669-e0f53880-567d-11eb-989f-2bf2edd416ce.gif)
## Requirements
* JupyterLab >= 3.0
## Install
```bash
pip install jupyterlab-link-share
```
## 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 jupyterlab-link-share 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 run 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 run 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 run 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
```
### Uninstall
```bash
pip uninstall jupyterlab-link-share
```
Raw data
{
"_id": null,
"home_page": "https://github.com/jupyterlab-contrib/jupyterlab-link-share",
"name": "jupyterlab-link-share",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": "",
"keywords": "Jupyter,JupyterLab,Widgets,IPython",
"author": "Projet Jupyter Contributors",
"author_email": "",
"download_url": "https://files.pythonhosted.org/packages/5f/63/037eef5db99816206935fe491e6cd8b8a72f6933895ec8c1af44eda8eab9/jupyterlab-link-share-0.3.0.tar.gz",
"platform": "Linux",
"description": "# jupyterlab-link-share\n\n[![Extension status](https://img.shields.io/badge/status-ready-success \"ready to be used\")](https://jupyterlab-contrib.github.io/)\n[![Github Actions Status](https://github.com/jupyterlab-contrib/jupyterlab-link-share/workflows/Build/badge.svg)](https://github.com/jupyterlab-contrib/jupyterlab-link-share/actions/workflows/build.yml)\n[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jupyterlab-contrib/jupyterlab-link-share/main?urlpath=/lab)\n\nJupyterLab Extension to share the URL to a running Jupyter Server\n\n![screencast](https://user-images.githubusercontent.com/591645/104604669-e0f53880-567d-11eb-989f-2bf2edd416ce.gif)\n\n## Requirements\n\n* JupyterLab >= 3.0\n\n## Install\n\n```bash\npip install jupyterlab-link-share\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 jupyterlab-link-share 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 run 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 run 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 run 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### Uninstall\n\n```bash\npip uninstall jupyterlab-link-share\n```\n",
"bugtrack_url": null,
"license": "",
"summary": "JupyterLab Extension to share the URL to a running Jupyter Server",
"version": "0.3.0",
"split_keywords": [
"jupyter",
"jupyterlab",
"widgets",
"ipython"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "516757d83f8e1b0b4bb952b8ac2ffa8beb6e74b8e4eedfab060ded472de63071",
"md5": "f4fc7de6df66121de26a5f17e1061d22",
"sha256": "840b901706da75b67d2c1a107106998c58ee19e7391cbc60ae3d7603b0281a00"
},
"downloads": -1,
"filename": "jupyterlab_link_share-0.3.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "f4fc7de6df66121de26a5f17e1061d22",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 146538,
"upload_time": "2023-03-17T12:23:19",
"upload_time_iso_8601": "2023-03-17T12:23:19.339508Z",
"url": "https://files.pythonhosted.org/packages/51/67/57d83f8e1b0b4bb952b8ac2ffa8beb6e74b8e4eedfab060ded472de63071/jupyterlab_link_share-0.3.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "5f63037eef5db99816206935fe491e6cd8b8a72f6933895ec8c1af44eda8eab9",
"md5": "82b3d9e8f23681b7f6866070f4ab422b",
"sha256": "f0de426aae08da0e18aa9ad32b40f62dcbb007c08509336ac58c994048a7a341"
},
"downloads": -1,
"filename": "jupyterlab-link-share-0.3.0.tar.gz",
"has_sig": false,
"md5_digest": "82b3d9e8f23681b7f6866070f4ab422b",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 72924,
"upload_time": "2023-03-17T12:23:12",
"upload_time_iso_8601": "2023-03-17T12:23:12.262505Z",
"url": "https://files.pythonhosted.org/packages/5f/63/037eef5db99816206935fe491e6cd8b8a72f6933895ec8c1af44eda8eab9/jupyterlab-link-share-0.3.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-03-17 12:23:12",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "jupyterlab-contrib",
"github_project": "jupyterlab-link-share",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "jupyterlab-link-share"
}