Skip to content

Commit

Permalink
Port #4837 (#4852)
Browse files Browse the repository at this point in the history
* Update Readme and "Welcome" notebook

* Updates per suggestions from Joyce

* Respond to Ian's suggestions

Co-authored-by: greazer <jimgries@microsoft.com>
  • Loading branch information
joyceerhl and greazer authored Feb 17, 2021
1 parent 7019212 commit 23b6e91
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 9 deletions.
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ A [Visual Studio Code](https://code.visualstudio.com/) [extension](https://marke

## Working with Python

Whether you are on VS Code Stable or VS Code Insiders, if you would like to work with Python just make sure you're using the latest version of the [Python Extension](https://marketplace.visualstudio.com/items?itemName=ms-python.python) to enjoy the joint partnership of the Python and Juypter Extensions!
Whether you are on VS Code Stable or VS Code Insiders, if you would like to work with Python just make sure you're using the latest version of the [Python Extension](https://marketplace.visualstudio.com/items?itemName=ms-python.python) to enjoy the joint partnership of the Python and Juypter Extensions.

Please follow the [Python Extension ReadMe](https://github.com/microsoft/vscode-python/blob/main/README.md) instructions to get started and visit the [Python Documentation](https://code.visualstudio.com/docs/python/jupyter-support) to learn more about how the Python and Jupyter Extension are working together to provide an optimum Python notebooks experience.

## Working with other Languages

The Jupyter Extension supports other languages such as Julia and R (as well as Python) in VS Code Insiders with our new Native Notebooks Experience!
The Jupyter Extension supports other languages in addition to Python such as Julia, R, and C# in VS Code Insiders with our latest Native VS Code Notebooks Experience!

### Quick Start

Expand All @@ -23,15 +23,11 @@ The Jupyter Extension supports other languages such as Julia and R (as well as P

- **Step 4.** Open or create a notebook file and start coding!

- **Special Note:** The Jupyter Extension in VS Code Insiders will include our Native Notebooks experience! To opt out:
- **Special Note:** The Jupyter Extension in VS Code Insiders will include our Native Notebooks experience by default. Because we are running in VS Code Insiders and this build is updated every day, there may be times when our extension may fail to work at all. We do attempt to ensure that this doesn't happen frequently. If it does, we strive to provide an updated extension build by the next business day. However, if you'd like to opt out of the native experience while working in VS Code Insiders:
- Open the command palette (Windows: Ctrl + Shift + P, iOS: Command + Shift + P) and select "Preferences: Open Settings (JSON)"
- Add the following code to your JSON settings:
`"jupyter.experiments.optOutFrom": ["NativeNotebookEditor"],`

To use the latest version of the extension:
- Set the "jupyter.insidersChannel" setting to "daily" or "weekly" based on how often you would like the extension to check for updates


## Notebooks Quick Start

- To create a new notebook open the command palette (Windows: Ctrl + Shift + P, iOS: Command + Shift + P) and select the command `"Jupyter: Create New Blank Jupyter Notebook"`
Expand Down
22 changes: 20 additions & 2 deletions resources/startNativeNotebooks.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,25 @@
"source": [
"# Welcome to the New VS Code Notebook Experience! \r\n",
"\r\n",
"## To learn more about the new Notebook experience and get a tour around, click here: https://github.com/microsoft/vscode-jupyter/wiki/Introducing-Native-Notebooks"
"Whether you're new to the notebook experience in VS Code or a seasoned user, we'd like you to know that our experience has been revamped to provide:\r\n",
"* Deep integration with the overall VS Code experience, including the ability to use editor extensions like VIM\r\n",
"* Extremely fast notebook load times\r\n",
"* A pleasing new look and feel\r\n",
"* Many bug fixes\r\n",
"\r\n",
"To learn more about this new notebook experience and get a tour around, click here: \r\n",
"https://github.com/microsoft/vscode-jupyter/wiki/Introducing-Native-Notebooks \r\n",
" \r\n",
"Please be sure to let us know what you think of the new experience by filing an issue in our [repo](https://github.com/microsoft/vscode-jupyter/issues/new/choose). You may also be prompted to fill out an optional survey along the way. We would love it if you took some time to respond!\r\n",
" \r\n",
"\r\n",
"## Sincerely, \r\n",
"### The Jupyter Extension Team at Microsoft\r\n",
"\r\n",
"\r\n",
"\r\n",
"\r\n",
"\r\n"
]
}
],
Expand All @@ -22,4 +40,4 @@
},
"nbformat": 4,
"nbformat_minor": 2
}
}

0 comments on commit 23b6e91

Please sign in to comment.