rsp-jupyter
This directory contains the rsp-jupyter Jupyter Notebook plugin for integrating Jupyter with various RSW functions. The plugin currently has the following features:
- Writes opened notebooks locations to the user's RStudio state folder, and displays recently opened notebooks on the homepage under recent projects.
- Provides a button within the notebook that can be clicked which will take the user back to the RStudio Workbench homepage.
Requirements
- Python 2.7.9 or Python 3.4.0 and higher
- Jupyter Notebook 5.x
- pip
- wheel
- RStudio Server Pro / RStudio Workbench v1.2.0 or higher
If using conda, pip and wheel should already be installed.
Installation
Install the rsp-jupyter package with the following command:
pip install rsp_jupyter
Enable the rsp-jupyter extension with the following commands:
# Install `rsconnect-jupyter` as a jupyter extension
jupyter-nbextension install --sys-prefix --py rsp_jupyter
# Enable JavaScript extension
jupyter-nbextension enable --sys-prefix --py rsp_jupyter
Note: The above commands only need to be run once when installing
rsp_jupyter.
Uninstalling
First disable and remove the rsp-jupyter notebook extension:
# Remove JavaScript extension
jupyter-nbextension uninstall --sys-prefix --py rsp_jupyter
Finally, uninstall the rsp-jupyter python package:
pip uninstall rsp_jupyter
Upgrading
To upgrade rsp-jupyter, first uninstall the extension and then re-install it.
Release files for rsp-jupyter 1.5.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| rsp_jupyter-1.5.0.tar.gz | 7.5 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| rsp_jupyter-1.5.0-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 15.3 kB
Release files / rsp_jupyter-1.5.0.tar.gz
| Download URL | rsp_jupyter-1.5.0.tar.gz |
|---|---|
| Size | 7.5 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
cad557e558508583088b1af3022439fcba47cfb862b2900821bf029fabb10448
|
|
BLAKE2b-256 checksum How to use checksums |
727c5a9c71f250fbbaa219f248b24825e770c7b70de0a6f7076130c21263884a
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.8.10
|
Release files / rsp_jupyter-1.5.0-py2.py3-none-any.whl
| Download URL | rsp_jupyter-1.5.0-py2.py3-none-any.whl |
|---|---|
| Size | 7.8 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
c44b66343b263f0456047e9396b721ca03b3fc44b1e1e3ee09bb96efd874ad03
|
|
BLAKE2b-256 checksum How to use checksums |
24a5c5f4371f8f727f96a89ca7ae575cfa4f3f298c530941e31fcc1caa10ded0
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/4.0.1 CPython/3.8.10
|