Skip to content

Commit 4da46bd

Browse files
committed
add example gif and bump patch version
1 parent ec01f80 commit 4da46bd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
Run automatically-inferred Python code blocks in Jupyter.
44

5-
In this example, the **only** keyboard shortcut used is <kbd>Cmd</kbd>+<kbd>Enter</kbd>:
5+
In this example, the **only** keyboard shortcut used is <kbd>Shift</kbd>+<kbd>Enter</kbd>:
66

7-
https://user-images.githubusercontent.com/15164633/204446417-eb9b260b-d48f-4d00-b313-ec203d84988f.mov
7+
![](https://user-images.githubusercontent.com/15164633/204451326-5ac2e334-6127-4f00-be93-4d0041405e98.gif)
88

99
This is inspired by the [Hydrogen](https://github.com/nteract/hydrogen) and [`hydrogen-python`](https://github.com/nikitakit/hydrogen-python) extensions for [Atom](https://github.com/atom/atom/).
1010

assets/example.gif

1 MB
Loading

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
22
"name": "vscode-jupyter-python",
33
"displayName": "vscode-jupyter-python",
4-
"description": "Python-specific Jupyter VSCode plugin based on https://github.com/nikitakit/hydrogen-python",
5-
"version": "0.1.0",
4+
"description": "Run automatically-inferred Python code blocks in Jupyter.",
5+
"version": "0.1.1",
66
"publisher": "kylebarron",
77
"repository": "https://github.com/kylebarron/vscode-jupyter-python",
88
"engines": {

0 commit comments

Comments
 (0)