Nenhuma descrição

herj 81774cbab2 完善构建脚本 2 anos atrás
binder cde0521528 [3.3.x] Run black (#12282) 3 anos atrás
builder 2be6f2eb9f [ci skip] New version 2 anos atrás
buildutils 7746b1f158 完善构建流程 2 anos atrás
design d7a9358062 Fix a few more typos 4 anos atrás
dev_mode 6b4a77a893 去除pre-commit 2 anos atrás
docker 18f953fe43 Backport PR #10796 to 3.2.x: Add Galata in JupyterLab (#11179) 3 anos atrás
docs f0a6c4f6a7 Backport PR #12635: Add more explanation for internationalization (translation python package) (#12648) 2 anos atrás
examples 2be6f2eb9f [ci skip] New version 2 anos atrás
galata 2be6f2eb9f [ci skip] New version 2 anos atrás
jupyter-config 678646cec1 enable jupyterlab to work as a classic notebook extension and fix handling of binder 4 anos atrás
jupyterlab 7746b1f158 完善构建流程 2 anos atrás
packages 6b4a77a893 去除pre-commit 2 anos atrás
release 22f04440b4 Add a Docker file for a clean release environment 5 anos atrás
scripts cde0521528 [3.3.x] Run black (#12282) 3 anos atrás
testutils 2be6f2eb9f [ci skip] New version 2 anos atrás
typedoc-theme c3048d1dd1 Replaced ... with ellipses unicode character in .ts files (#10208) 3 anos atrás
.bumpversion.cfg af732d8125 [ci skip] Publish 3.4.3 2 anos atrás
.cleanignore 2de04f2c37 implemented fallback arg for LabIcon.resolveX methods 5 anos atrás
.dockerignore 18f953fe43 Backport PR #10796 to 3.2.x: Add Galata in JupyterLab (#11179) 3 anos atrás
.eslintignore 18f953fe43 Backport PR #10796 to 3.2.x: Add Galata in JupyterLab (#11179) 3 anos atrás
.eslintrc.js e6fbbe2e6f 添加yili的新UI 2 anos atrás
.git-blame-ignore-revs 1d76e3c443 [3.3.x] Add git-blame-ignore-revs file (#12289) 3 anos atrás
.gitattributes 2a3bc70c04 Upgrade to yarn 1.5.1 7 anos atrás
.gitignore 8630063321 Backport PR #10299: Add debugger variable renderer based on mime type (#11871) 3 anos atrás
.gitpod.yml 757a1c3a38 dont open in browser 4 anos atrás
.meeseeksdev.yml f2afcc5aad Add meessekdev bot config file 6 anos atrás
.pre-commit-config.yaml 6b4a77a893 去除pre-commit 2 anos atrás
.prettierignore 18f953fe43 Backport PR #10796 to 3.2.x: Add Galata in JupyterLab (#11179) 3 anos atrás
.prettierrc 4ee83bd2b2 Lint - updates from the new version of prettier. 4 anos atrás
.yarnrc b513457b01 Update lerna (#5262) 6 anos atrás
CHANGELOG.md 40b4bc31df Automated Changelog Entry for 3.4.3 on 3.4.x (#12662) 2 anos atrás
CONTRIBUTING.md 85ad42ab4b Update branch name in doc urls and workflow files 3 anos atrás
CORPORATE.md 9bdc421624 fix typo 5 anos atrás
Dockerfile 18f953fe43 Backport PR #10796 to 3.2.x: Add Galata in JupyterLab (#11179) 3 anos atrás
LICENSE 4817dbc6b1 More license updates (#9779) 3 anos atrás
MANIFEST.in c12bea95c1 Backport PR #11388: Set default ui font to `system-ui` (#11927) 3 anos atrás
README.md 1d01a7e6f8 update readme 2 anos atrás
README.md.old 1d01a7e6f8 update readme 2 anos atrás
RELEASE.md 85ad42ab4b Update branch name in doc urls and workflow files 3 anos atrás
bdist_wheel.sh 81774cbab2 完善构建脚本 2 anos atrás
clean.py cde0521528 [3.3.x] Run black (#12282) 3 anos atrás
conftest.py cde0521528 [3.3.x] Run black (#12282) 3 anos atrás
lerna.json b513457b01 Update lerna (#5262) 6 anos atrás
package.json da92d1cf1e Backport PR #12279 on branch 3.3.x (Use pre-commit) (#12404) 3 anos atrás
postcss.config.js c617b40ce5 Backport PR #11552: postcss 8.4.0 breaks integrity 2 CI test (#11560) 3 anos atrás
pyproject.toml 7746b1f158 完善构建流程 2 anos atrás
readthedocs.yml e13a60c49a Update RTD 4 anos atrás
setup.cfg eaa0de0a68 Backport PR #12250: Open terminal in cwd from launcher (#12430) 3 anos atrás
setup.py 7746b1f158 完善构建流程 2 anos atrás
tsconfig.eslint.json 18f953fe43 Backport PR #10796 to 3.2.x: Add Galata in JupyterLab (#11179) 3 anos atrás
tsconfigbase.json df0b0f7438 Turn on strict null checks (except for services) 5 anos atrás
tsconfigbase.test.json cdb5b99a88 Convert jest imports to typescript type references. 4 anos atrás
tsconfigdoc.json 6b4a77a893 去除pre-commit 2 anos atrás
typedoc.js 18f953fe43 Backport PR #10796 to 3.2.x: Add Galata in JupyterLab (#11179) 3 anos atrás
yarn.lock 7746b1f158 完善构建流程 2 anos atrás

README.md

JupyterLab

JupyterLab 二次开发项目

开发

pip install -e .
jlpm install
jlpm build
jupyter lab --dev-mode --watch --no-browser