Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ce0e3f6

Browse files
committed
Add content for the Interactive features
1 parent 1cfe3a8 commit ce0e3f6

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,12 @@ contributors (if you would like to contribute a translation, see the
7676
+ Use either [yapf](https://pypi.org/project/yapf/), [autopep8](https://pypi.org/project/autopep8/), or [Black](https://pypi.org/project/black/) for code formatting (defaults to autopep8)
7777
* Linting
7878
+ Support for multiple linters with custom settings (default is [Pylint](https://pypi.org/project/pylint/), but [Prospector](https://pypi.org/project/prospector/), [Flake8](https://pypi.org/project/flake8/), [pylama](https://pypi.org/project/pylama/), [pydocstyle](https://pypi.org/project/pydocstyle/), and [mypy](https://pypi.org/project/mypy/) are also supported)
79+
* Python Interactive (Jupyter support)
80+
+ Bring the power of Jupyter Notebooks into VS Code
81+
+ Import / export Jupyter Notebooks
82+
+ Connect to local / remote Jupyter servers for code execution
83+
+ Visualize data frames and plots
84+
+ Integrated IPython console - Python Interactive window
7985
* Debugging
8086
+ Watch window
8187
+ Evaluate expressions
@@ -106,6 +112,8 @@ contributors (if you would like to contribute a translation, see the
106112

107113
![General Features](https://raw.githubusercontent.com/microsoft/vscode-python/master/images/general.gif)
108114

115+
![Python Interactive (Jupyter support)](https://raw.githubusercontent.com/microsoft/vscode-python/master/images/interactive.gif)
116+
109117
![Debugging](https://raw.githubusercontent.com/microsoft/vscode-python/master/images/debugDemo.gif)
110118

111119
![Unit Tests](https://raw.githubusercontent.com/microsoft/vscode-python/master/images/unittest.gif)

images/interactive.gif

178 KB
Loading

0 commit comments

Comments
 (0)