You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-26
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
-
# nbrsessionproxy
1
+
# jupyter-rsession-proxy
2
2
3
-
**nbrsessionproxy** provides Jupyter server and notebook extensions to proxy RStudio.
3
+
**jupyter-rsession-proxy** provides Jupyter server and notebook extensions to proxy RStudio.
4
4
5
5

6
6
7
-
If you have a JupyterHub deployment, nbrsessionproxy can take advantage of JupyterHub's existing authenticator and spawner to launch RStudio in users' Jupyter environments. You can also run this from within Jupyter.
7
+
If you have a JupyterHub deployment, jupyter-rsession-proxy can take advantage of JupyterHub's existing authenticator and spawner to launch RStudio in users' Jupyter environments. You can also run this from within Jupyter.
8
8
Note that [RStudio Server Pro](https://www.rstudio.com/products/rstudio-server-pro/architecture) has more featureful authentication and spawning than the standard version, in the event that you do not want to use Jupyter's.
9
9
10
10
## Installation
@@ -16,31 +16,11 @@ Use conda `conda install rstudio` or [download](https://www.rstudio.com/products
16
16
17
17
Note that rstudio server is needed to work with this extension.
18
18
19
-
### Install nbrsessionproxy
20
-
Install the library:
21
-
```
22
-
pip install nbrsessionproxy
23
-
```
24
-
or
25
-
```
26
-
conda install -c conda-forge nbrsessionproxy
27
-
```
19
+
### Install jupyter-rsession-proxy
28
20
29
-
If installing via pip, you need to enable the extension.
0 commit comments