Skip to content

Commit c42f15f

Browse files
authored
add shortcut: Jyputer Notebook for Java (#619)
Signed-off-by: Yan Zhang <[email protected]>
1 parent 6b8f563 commit c42f15f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/welcome/assets/components/NavigationPanel.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ export default class NavigationPanel extends React.Component {
4040
{ name: "Getting Started", command: "java.gettingStarted" },
4141
{ name: "Tutorial: Running and Debugging", command: "java.helper.openUrl", args: ["https://code.visualstudio.com/docs/java/java-debugging"] },
4242
{ name: "Tutorial: Testing", command: "java.helper.openUrl", args: ["https://code.visualstudio.com/docs/java/java-testing"] },
43-
{ name: "Configure Sources, Dependencies, Output Folder...", command: "java.classpathConfiguration"}
43+
{ name: "Configure Sources, Dependencies, Output Folder...", command: "java.classpathConfiguration" },
44+
{ name: "Quick Start: Jupyter Notebook for Java", command: "java.helper.openUrl", args: ["https://github.com/microsoft/vscode-java-pack/wiki/Quick-Start:-Jupyter-Notebook-for-Java"] }
4445
]
4546
},
4647
];

0 commit comments

Comments
 (0)