Jupyter Notebook integration with RStudio Server Pro
Project description
rsp-jupyter
This directory contains the rsp-jupyter Jupyter Notebook plugin for integrating Jupyter with various RSP 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 Server Pro homepage.
Requirements
- Python 2.7.9 or Python 3.4.0 and higher
- Jupyter Notebook 5.x
- pip
- wheel
- [RStudio Server Pro] 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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file rsp_jupyter-1.2.1503.tar.gz.
File metadata
- Download URL: rsp_jupyter-1.2.1503.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/2.7.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c8737d880961c2029389616c6f8960328b2f79b170d57184479add6408ac6544
|
|
| MD5 |
9da01f745adc95e0a248caaa0de469c9
|
|
| BLAKE2b-256 |
174c1a7df27e792d1c6a6c26f61068aeadf76ba9de0348752ab392eedf8327a6
|
File details
Details for the file rsp_jupyter-1.2.1503-py2.py3-none-any.whl.
File metadata
- Download URL: rsp_jupyter-1.2.1503-py2.py3-none-any.whl
- Upload date:
- Size: 5.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.21.0 setuptools/41.0.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/2.7.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3c9a75ce4c2b670313d515a2f6202131eed5ddf7c3f2ef7e3c9470b3aa47a3e3
|
|
| MD5 |
d9cce95345967a7fc0858e6b1ca3183a
|
|
| BLAKE2b-256 |
e3631352c44dbc069ec23931046f59fc13563e6cf3a3cd3e85af079fa9ba9999
|