Skip to content

Commit 846040f

Browse files
ft: notebook for vscode (#365)
* ft: vscode * chore: vscode * chore: mv vscode * chore: vscode * chore: vscode vsix * vscode: icon * fix: build * lint * fix: readonly * lint * lint * Automatic application of license header * docs: vscode * docs: vscode --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 5484c55 commit 846040f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+2566
-185
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ coverage
2525
typedoc
2626
storybook-static
2727

28+
**/*.vsix
29+
2830
*.exclude.*
2931

3032
yarn.lock

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ install: ## install npm dependencies
5757
($(CONDA_ACTIVATE) ${ENV_NAME}; \
5858
npm )
5959

60-
start-jupyter-server: ## start the jupyter server
60+
jupyter-server: ## start the jupyter server
6161
($(CONDA_ACTIVATE) ${ENV_NAME}; \
6262
./dev/sh/kill.sh || true )
6363
($(CONDA_ACTIVATE) ${ENV_NAME}; \

docs/Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
#
33
# MIT License
44

5-
# Copyright (c) Datalayer, Inc. https://datalayer.io
6-
# Distributed under the terms of the MIT License.
7-
85
SHELL=/bin/bash
96

107
.DEFAULT_GOAL := default

docs/docs/about/index.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ Host application <- Redux State <- Jupyter UI <- JupyterLab Signals
4646
```
4747

4848
<ModalImage
49-
small="https://datalayer-jupyter-examples.s3.amazonaws.com/jupyter-react-communication.png"
50-
large="https://datalayer-jupyter-examples.s3.amazonaws.com/jupyter-react-communication.png"
49+
small="https://jupyter-examples.datalayer.tech/jupyter-react-communication.png"
50+
large="https://jupyter-examples.datalayer.tech/jupyter-react-communication.png"
5151
alt="Jupyter UI Communication"
5252
/>
5353

@@ -60,8 +60,8 @@ You can find more context reading this [abstract](https://fosdem.org/2022/schedu
6060
The below image shows a gallery of the available React.js components ready to be used in you custom application. These open source components are used to build the [Datalayer SaaS, a collaborative platform for data analysis](https://datalayer.io).
6161

6262
<ModalImage
63-
small="https://datalayer-jupyter-examples.s3.amazonaws.com/jupyter-react-gallery.gif"
64-
large="https://datalayer-jupyter-examples.s3.amazonaws.com/jupyter-react-gallery.gif"
63+
small="https://jupyter-examples.datalayer.tech/jupyter-react-gallery.gif"
64+
large="https://jupyter-examples.datalayer.tech/jupyter-react-gallery.gif"
6565
alt="Jupyter UI Gallery"
6666
/>
6767

docs/docs/components/index.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ import ModalImage from "react-modal-image";
66
As a React.js developer, you just write a few lines of code get a live notebook or live cell in your application.
77

88
<ModalImage
9-
small="https://datalayer-jupyter-examples.s3.amazonaws.com/jupyter-react-snippet.png"
10-
large="https://datalayer-jupyter-examples.s3.amazonaws.com/jupyter-react-snippet.png"
9+
small="https://jupyter-examples.datalayer.tech/jupyter-react-snippet.png"
10+
large="https://jupyter-examples.datalayer.tech/jupyter-react-snippet.png"
1111
alt="Jupyter UI Snippet"
1212
/>
1313

1414
Jupyter UI can be used in any React.js application with the `@datalayer/jupyter-react` npm package.
1515

1616
<ModalImage
17-
small="https://datalayer-jupyter-examples.s3.amazonaws.com/jupyter-react-notebook.png"
18-
large="https://datalayer-jupyter-examples.s3.amazonaws.com/jupyter-react-notebook.png"
17+
small="https://jupyter-examples.datalayer.tech/jupyter-react-notebook.png"
18+
large="https://jupyter-examples.datalayer.tech/jupyter-react-notebook.png"
1919
alt="Jupyter UI Notebook"
2020
/>
2121

docs/docs/components/notebook/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ import ModalImage from "react-modal-image";
1111
The below picture is an example of Notebook into a React.js component.
1212

1313
<ModalImage
14-
small="https://datalayer-jupyter-examples.s3.amazonaws.com/jupyter-react-notebook.png"
15-
large="https://datalayer-jupyter-examples.s3.amazonaws.com/jupyter-react-notebook.png"
14+
small="https://jupyter-examples.datalayer.tech/jupyter-react-notebook.png"
15+
large="https://jupyter-examples.datalayer.tech/jupyter-react-notebook.png"
1616
alt="Jupyter UI Notebook"
1717
/>
1818

docs/docs/deployments/aws-amplify/index.mdx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
---
2-
description: AWS Amplify setup.
3-
---
4-
51
import ModalImage from "react-modal-image";
62

73
# AWS Amplify

docs/docs/integrations/docusaurus/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ We maintain a [plugin](https://docusaurus.io/docs/next/using-plugins) for [Docus
1111
An example with [Docusaurus](https://docusaurus.io) is available in this [repository folder](https://github.com/datalayer/jupyter-ui/tree/main/examples/docusaurus) and you can try it [online on this page](/docs/demos/cell).
1212

1313
<ModalImage
14-
small="https://datalayer-jupyter-examples.s3.amazonaws.com/jupyter-react-docusaurus.png"
15-
large="https://datalayer-jupyter-examples.s3.amazonaws.com/jupyter-react-docusaurus.png"
14+
small="https://jupyter-examples.datalayer.tech/jupyter-react-docusaurus.png"
15+
large="https://jupyter-examples.datalayer.tech/jupyter-react-docusaurus.png"
1616
alt="Jupyter UI Docusaurus"
1717
/>

docs/docs/integrations/next-js/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ We have seen that Jupyter React components places in the main tag of the default
7575
For now, please place you components outside of the main Next.js CSS.
7676

7777
<ModalImage
78-
small="https://datalayer-jupyter-examples.s3.amazonaws.com/jupyter-react-nextjs.png"
79-
large="https://datalayer-jupyter-examples.s3.amazonaws.com/jupyter-react-nextjs.png"
78+
small="https://jupyter-examples.datalayer.tech/jupyter-react-nextjs.png"
79+
large="https://jupyter-examples.datalayer.tech/jupyter-react-nextjs.png"
8080
alt="Jupyter UI Next.js"
8181
/>
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
label: "VS Code"
2+
position: 6

0 commit comments

Comments
 (0)