From 524ad29943e6cc2567430614f4fe58d4c53feb39 Mon Sep 17 00:00:00 2001 From: Eric Charles Date: Wed, 18 Oct 2023 09:59:52 +0200 Subject: [PATCH] chore: ranking --- docs/docs/cases/dashboarding/index.mdx | 2 +- docs/docs/develop/setup/index.mdx | 10 +++++----- packages/embed/README.md | 2 +- packages/react/src/jupyter/lab/index.ts | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/docs/cases/dashboarding/index.mdx b/docs/docs/cases/dashboarding/index.mdx index b8cd421f..7e1f7214 100644 --- a/docs/docs/cases/dashboarding/index.mdx +++ b/docs/docs/cases/dashboarding/index.mdx @@ -2,7 +2,7 @@ description: Dashboarding. --- -# 🏄 Dashboardig +# 🏄 Dashboarding A dashboard is a type of graphical user interface which often provides at-a-glance views of key performance indicators (KPIs) relevant to a particular objective or business process. In other usage, "dashboard" is another name for "progress report" or "report" and considered a form of data visualization. diff --git a/docs/docs/develop/setup/index.mdx b/docs/docs/develop/setup/index.mdx index 372f0c8e..f0728826 100644 --- a/docs/docs/develop/setup/index.mdx +++ b/docs/docs/develop/setup/index.mdx @@ -47,16 +47,15 @@ If you just want to develop the core package of the repository, the `@datalayer/ ```bash cd packages/react yarn build -yarn start # start and example defined in the webpack.config.js file. ``` -## Examples +## Simple Example Now you can start an example and hack the source code. The changes will build automatically and will be available in your browser. ```bash # open http://localhost:3208 -yarn start +yarn start # start and example defined in the packages/react/webpack.config.js file. ``` This will consume kernels from the Datalayer development server in the cloud. You can run your own server with the following command. @@ -68,9 +67,8 @@ yarn start-local The used Jupyter Server configuration is available [in this jupyter_server_config.py](https://github.com/datalayer/jupyter-ui/blob/main/dev/config/jupyter_server_config.py). The important part of that configuration is the `Security` part where the settings for CORS access are defined. -Additionally, you can to define in the head section your host index HTML page information for your React application about the location of your Juptyer Server. +Additionally, you can to define in the head section your host index HTML page information for your React application about the location of your Juptyer Server (see for example the content of this [index-local.html](https://github.com/datalayer/jupyter-ui/blob/main/packages/react/public/index-local.html)). -See for example the content of this [index-local.html](https://github.com/datalayer/jupyter-ui/blob/main/packages/react/public/index-local.html). ```html ``` +## Other Examples + We have more examples, pick one of the following commands and enjoy. ```bash diff --git a/packages/embed/README.md b/packages/embed/README.md index e54dd751..f51cb2b0 100755 --- a/packages/embed/README.md +++ b/packages/embed/README.md @@ -2,4 +2,4 @@ [![Become a Sponsor](https://img.shields.io/static/v1?label=Become%20a%20Sponsor&message=%E2%9D%A4&logo=GitHub&style=flat&color=1ABC9C)](https://github.com/sponsors/datalayer) -# 🪐 🌵 Jupyter Embed +# 🪐 🎁 Jupyter Embed diff --git a/packages/react/src/jupyter/lab/index.ts b/packages/react/src/jupyter/lab/index.ts index a518212c..0f699eb7 100644 --- a/packages/react/src/jupyter/lab/index.ts +++ b/packages/react/src/jupyter/lab/index.ts @@ -62,7 +62,7 @@ const jupyterReactPlugin: JupyterFrontEndPlugin = { launcher.add({ command, category, - rank: 3.4, + rank: 2.4, }); } if (settingRegistry) {