Skip to content

Commit

Permalink
Merge pull request #331 from rstudio/21954-rebranding
Browse files Browse the repository at this point in the history
Rebranding
  • Loading branch information
whimsicallyson authored Nov 28, 2022
2 parents e325764 + 564cde7 commit 17855d9
Show file tree
Hide file tree
Showing 31 changed files with 1,120 additions and 1,220 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ARG BASE_IMAGE
FROM ${BASE_IMAGE}
LABEL maintainer="RStudio Connect <rsconnect@rstudio.com>"
LABEL maintainer="Posit Connect <rsconnect@posit.co>"

ARG NB_UID
ARG NB_GID
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

[rsconnect-jupyter](https://www.github.com/rstudio/rsconnect-jupyter/) is a
plugin for [Jupyter Notebook](https://jupyter.org/) that enables
publishing notebooks to [RStudio
Connect](https://www.rstudio.com/products/connect/).
publishing notebooks to [Posit
Connect](https://www.posit.co/products/enterprise/connect/).

# Requirements

- Python 3.5.0 and higher
- Jupyter Notebook 5.x
- [pip](https://pypi.org/project/pip/)
- [wheel](https://pypi.org/project/wheel/)
- [RStudio Connect](https://www.rstudio.com/products/connect/download-commercial/) v1.7.0
- [Posit Connect](https://www.posit.co/download/posit-connect/) v1.7.0
or higher, configured with Python support.

# Documentation
Expand Down
2 changes: 1 addition & 1 deletion docs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Using dated tags from https://hub.docker.com/_/ubuntu/
FROM ubuntu:bionic-20201119
MAINTAINER RStudio Connect <rsconnect@rstudio.com>
MAINTAINER Posit Connect <rsconnect@posit.co>

# Configure apt-get to use the mirror in us-east-1 instead of the Docker default of archive.ubuntu.com
RUN sed -i "s/archive.ubuntu.com/us-east-1.ec2.archive.ubuntu.com/g" /etc/apt/sources.list
Expand Down
6 changes: 3 additions & 3 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# RStudio Connect Jupyter User Guide
# Posit Connect Jupyter User Guide

This directory contains the RStudio Connect: Jupyter User Guide. We use
This directory contains the Posit Connect: Jupyter User Guide. We use
[mkdocs-1.0.4](https://www.mkdocs.org) to build this guide.

The Jupyter User Guide is geared towards the people who will publish Jupyter Notebooks to RStudio Connect.
The Jupyter User Guide is geared towards the people who will publish Jupyter Notebooks to Posit Connect.

## Docker

Expand Down
4 changes: 2 additions & 2 deletions docs/docs/additional.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ User Guide resources:
How-to Guide:

- For a step-by-step guide for creating and publishing a new Jupyter Notebook to
RStudio Connect, view our [How To Publish a Jupyter Notebook to RStudio Connect](https://docs.rstudio.com/how-to-guides/users/basic/publish-jupyter-notebook/).
Posit Connect, view our [How To Publish a Jupyter Notebook to Posit Connect](https://docs.rstudio.com/how-to-guides/users/basic/publish-jupyter-notebook/).

Video tutorial:

<script src="https://fast.wistia.com/embed/medias/6llkei8zjy.jsonp" async></script><script src="https://fast.wistia.com/assets/external/E-v1.js" async></script><div class="wistia_responsive_padding" style="padding:56.25% 0 0 0;position:relative;"><div class="wistia_responsive_wrapper" style="height:100%;left:0;position:absolute;top:0;width:100%; border: 1px solid #f1f1f1;"><div class="wistia_embed wistia_async_6llkei8zjy videoFoam=true" style="height:100%;position:relative;width:100%"><div class="wistia_swatch" style="height:100%;left:0;opacity:0;overflow:hidden;position:absolute;top:0;transition:opacity 200ms;width:100%;"><img src="https://fast.wistia.com/embed/medias/6llkei8zjy/swatch" style="filter:blur(5px);height:100%;object-fit:contain;width:100%;" alt="" aria-hidden="true" onload="this.parentNode.style.opacity=1;" /></div></div></div></div>
<script src="https://fast.wistia.com/embed/medias/6llkei8zjy.jsonp" async></script><script src="https://fast.wistia.com/assets/external/E-v1.js" async></script><div class="wistia_responsive_padding" style="padding:56.25% 0 0 0;position:relative;"><div class="wistia_responsive_wrapper" style="height:100%;left:0;position:absolute;top:0;width:100%; border: 1px solid #f1f1f1;"><div class="wistia_embed wistia_async_6llkei8zjy videoFoam=true" style="height:100%;position:relative;width:100%"><div class="wistia_swatch" style="height:100%;left:0;opacity:0;overflow:hidden;position:absolute;top:0;transition:opacity 200ms;width:100%;"><img src="https://fast.wistia.com/embed/medias/6llkei8zjy/swatch" style="filter:blur(5px);height:100%;object-fit:contain;width:100%;" alt="" aria-hidden="true" onload="this.parentNode.style.opacity=1;" /></div></div></div></div>
4 changes: 2 additions & 2 deletions docs/docs/collaboration.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Collaboration

To collaborate with others, add them as collaborators in RStudio Connect. During
To collaborate with others, add them as collaborators in Posit Connect. During
publishing, they should provide their API key and will be able to choose a
content location to publish to if the notebook title is the same.

Additionally, you may share notebooks if appropriate.

For additional information, please see the [Collaboration](https://docs.rstudio.com/connect/user/publishing/#publishing-collaboration) section of the RStudio Connect User Guide.
For additional information, please see the [Collaboration](https://docs.rstudio.com/connect/user/publishing/#publishing-collaboration) section of the Posit Connect User Guide.
Loading

0 comments on commit 17855d9

Please sign in to comment.