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
Hashes for rsp_jupyter-1.2.1568-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5cd7c03e8ff1c4a1a1a6dcf6ba5f90a86398b88c25f2f31bdedc998b97108b03 |
|
MD5 | 427220fcf5dfe11fd4c82d096d3496ed |
|
BLAKE2b-256 | bc1c3fa9d9e237b096861c6fe7e0d0c4f88abecbd23ec5221fadf246f9a4e31c |