From 575a3a7c58b2f9fa8c53e2cec2e0929f95e1623c Mon Sep 17 00:00:00 2001 From: porink0424 Date: Wed, 10 Jul 2024 17:52:07 +0900 Subject: [PATCH] Fix typo: jupyerlab -> jupyterlab --- {jupyerlab => jupyterlab}/README.md | 0 {jupyerlab => jupyterlab}/RELEASE.md | 0 {jupyerlab => jupyterlab}/install.json | 0 .../jupyter-config/server-config/jupyterlab_optuna.json | 0 {jupyerlab => jupyterlab}/jupyterlab_optuna/__init__.py | 0 {jupyerlab => jupyterlab}/jupyterlab_optuna/handlers.py | 0 {jupyerlab => jupyterlab}/package.json | 0 {jupyerlab => jupyterlab}/pyproject.toml | 0 {jupyerlab => jupyterlab}/setup.py | 0 {jupyerlab => jupyterlab}/src/apiClient.ts | 0 {jupyerlab => jupyterlab}/src/components/JupyterLabEntrypoint.tsx | 0 {jupyerlab => jupyterlab}/src/handler.ts | 0 {jupyerlab => jupyterlab}/src/index.ts | 0 {jupyerlab => jupyterlab}/src/widget.tsx | 0 {jupyerlab => jupyterlab}/style/base.css | 0 {jupyerlab => jupyterlab}/style/index.css | 0 {jupyerlab => jupyterlab}/style/index.js | 0 {jupyerlab => jupyterlab}/tsconfig.json | 0 {jupyerlab => jupyterlab}/yarn.lock | 0 19 files changed, 0 insertions(+), 0 deletions(-) rename {jupyerlab => jupyterlab}/README.md (100%) rename {jupyerlab => jupyterlab}/RELEASE.md (100%) rename {jupyerlab => jupyterlab}/install.json (100%) rename {jupyerlab => jupyterlab}/jupyter-config/server-config/jupyterlab_optuna.json (100%) rename {jupyerlab => jupyterlab}/jupyterlab_optuna/__init__.py (100%) rename {jupyerlab => jupyterlab}/jupyterlab_optuna/handlers.py (100%) rename {jupyerlab => jupyterlab}/package.json (100%) rename {jupyerlab => jupyterlab}/pyproject.toml (100%) rename {jupyerlab => jupyterlab}/setup.py (100%) rename {jupyerlab => jupyterlab}/src/apiClient.ts (100%) rename {jupyerlab => jupyterlab}/src/components/JupyterLabEntrypoint.tsx (100%) rename {jupyerlab => jupyterlab}/src/handler.ts (100%) rename {jupyerlab => jupyterlab}/src/index.ts (100%) rename {jupyerlab => jupyterlab}/src/widget.tsx (100%) rename {jupyerlab => jupyterlab}/style/base.css (100%) rename {jupyerlab => jupyterlab}/style/index.css (100%) rename {jupyerlab => jupyterlab}/style/index.js (100%) rename {jupyerlab => jupyterlab}/tsconfig.json (100%) rename {jupyerlab => jupyterlab}/yarn.lock (100%) diff --git a/jupyerlab/README.md b/jupyterlab/README.md similarity index 100% rename from jupyerlab/README.md rename to jupyterlab/README.md diff --git a/jupyerlab/RELEASE.md b/jupyterlab/RELEASE.md similarity index 100% rename from jupyerlab/RELEASE.md rename to jupyterlab/RELEASE.md diff --git a/jupyerlab/install.json b/jupyterlab/install.json similarity index 100% rename from jupyerlab/install.json rename to jupyterlab/install.json diff --git a/jupyerlab/jupyter-config/server-config/jupyterlab_optuna.json b/jupyterlab/jupyter-config/server-config/jupyterlab_optuna.json similarity index 100% rename from jupyerlab/jupyter-config/server-config/jupyterlab_optuna.json rename to jupyterlab/jupyter-config/server-config/jupyterlab_optuna.json diff --git a/jupyerlab/jupyterlab_optuna/__init__.py b/jupyterlab/jupyterlab_optuna/__init__.py similarity index 100% rename from jupyerlab/jupyterlab_optuna/__init__.py rename to jupyterlab/jupyterlab_optuna/__init__.py diff --git a/jupyerlab/jupyterlab_optuna/handlers.py b/jupyterlab/jupyterlab_optuna/handlers.py similarity index 100% rename from jupyerlab/jupyterlab_optuna/handlers.py rename to jupyterlab/jupyterlab_optuna/handlers.py diff --git a/jupyerlab/package.json b/jupyterlab/package.json similarity index 100% rename from jupyerlab/package.json rename to jupyterlab/package.json diff --git a/jupyerlab/pyproject.toml b/jupyterlab/pyproject.toml similarity index 100% rename from jupyerlab/pyproject.toml rename to jupyterlab/pyproject.toml diff --git a/jupyerlab/setup.py b/jupyterlab/setup.py similarity index 100% rename from jupyerlab/setup.py rename to jupyterlab/setup.py diff --git a/jupyerlab/src/apiClient.ts b/jupyterlab/src/apiClient.ts similarity index 100% rename from jupyerlab/src/apiClient.ts rename to jupyterlab/src/apiClient.ts diff --git a/jupyerlab/src/components/JupyterLabEntrypoint.tsx b/jupyterlab/src/components/JupyterLabEntrypoint.tsx similarity index 100% rename from jupyerlab/src/components/JupyterLabEntrypoint.tsx rename to jupyterlab/src/components/JupyterLabEntrypoint.tsx diff --git a/jupyerlab/src/handler.ts b/jupyterlab/src/handler.ts similarity index 100% rename from jupyerlab/src/handler.ts rename to jupyterlab/src/handler.ts diff --git a/jupyerlab/src/index.ts b/jupyterlab/src/index.ts similarity index 100% rename from jupyerlab/src/index.ts rename to jupyterlab/src/index.ts diff --git a/jupyerlab/src/widget.tsx b/jupyterlab/src/widget.tsx similarity index 100% rename from jupyerlab/src/widget.tsx rename to jupyterlab/src/widget.tsx diff --git a/jupyerlab/style/base.css b/jupyterlab/style/base.css similarity index 100% rename from jupyerlab/style/base.css rename to jupyterlab/style/base.css diff --git a/jupyerlab/style/index.css b/jupyterlab/style/index.css similarity index 100% rename from jupyerlab/style/index.css rename to jupyterlab/style/index.css diff --git a/jupyerlab/style/index.js b/jupyterlab/style/index.js similarity index 100% rename from jupyerlab/style/index.js rename to jupyterlab/style/index.js diff --git a/jupyerlab/tsconfig.json b/jupyterlab/tsconfig.json similarity index 100% rename from jupyerlab/tsconfig.json rename to jupyterlab/tsconfig.json diff --git a/jupyerlab/yarn.lock b/jupyterlab/yarn.lock similarity index 100% rename from jupyerlab/yarn.lock rename to jupyterlab/yarn.lock