We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c2527a commit 36da745Copy full SHA for 36da745
package.json
@@ -1,10 +1,14 @@
1
{
2
"name": "react-jupyter-notebook",
3
"version": "0.3.2",
4
- "homepage": "https://github.com/Joeyonng/react-jupyter-notebook",
+ "homepage": "https://Joeyonng.github.io/react-jupyter-notebook",
5
"license" : "MIT",
6
"private": false,
7
"description": "A simple React component that renders .ipynb files just like how they are rendered by Jupyter Lab",
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "https://github.com/Joeyonng/react-jupyter-notebook"
11
+ },
12
"keywords": [
13
"React",
14
"Jupyter",
0 commit comments