Skip to content

Commit 5328e00

Browse files
authored
Merge pull request #96 from datalayer-externals/feat/integrate-statics
nbclassic to use its own static assets
2 parents ca73fca + 8659a47 commit 5328e00

File tree

92 files changed

+21198
-79
lines changed

Some content is hidden

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

92 files changed

+21198
-79
lines changed

.bowerrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"directory": "notebook/static/components"
2+
"directory": "nbclassic/static/components"
33
}

.github/workflows/js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
5151
- name: Temporary workaround for sanitizer loading in JS Tests
5252
run: |
53-
cp tools/security_deprecated.js notebook/static/base/js/security.js
53+
cp tools/security_deprecated.js nbclassic/static/base/js/security.js
5454
5555
- name: Install dependencies
5656
run: |
@@ -62,4 +62,4 @@ jobs:
6262
6363
- name: Run Tests
6464
run: |
65-
python -m notebook.jstest ${{ matrix.group }}
65+
python -m nbclassic.jstest ${{ matrix.group }}

.github/workflows/selenium.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,4 +43,4 @@ jobs:
4343
run: |
4444
export JUPYTER_TEST_BROWSER=firefox
4545
export MOZ_HEADLESS=1
46-
pytest -sv notebook/tests/selenium
46+
pytest -sv nbclassic/tests/selenium

.gitignore

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,61 @@
1+
build
2+
dist
3+
_build
4+
docs/man/*.gz
5+
docs/source/api/generated
6+
docs/source/config.rst
7+
docs/gh-pages
8+
nbclassic/i18n/*/LC_MESSAGES/*.mo
9+
nbclassic/i18n/*/LC_MESSAGES/nbjs.json
10+
nbclassic/static/components
11+
nbclassic/static/style/*.min.css*
12+
nbclassic/static/*/js/built/
13+
nbclassic/static/*/built/
14+
nbclassic/static/built/
15+
nbclassic/static/*/js/main.min.js*
16+
nbclassic/static/lab/*bundle.js
17+
node_modules
18+
*.py[co]
19+
__pycache__
20+
*.egg-info
21+
*~
22+
*.bak
23+
.ipynb_checkpoints
24+
.tox
25+
.DS_Store
26+
\#*#
27+
.#*
28+
.coverage
29+
.pytest_cache
30+
src
31+
32+
*.swp
33+
*.map
34+
.idea/
35+
Read the Docs
36+
config.rst
37+
*.iml
38+
/.project
39+
/.pydevproject
40+
41+
package-lock.json
42+
geckodriver.log
43+
*.iml
44+
45+
# jetbrains IDE stuff
46+
*.iml
47+
.idea/
48+
49+
# ms IDE stuff
50+
*.code-workspace
51+
.history
52+
.vscode
53+
54+
# copied changelog
55+
docs/source/changelog.md
56+
57+
.jupyter_releaser_checkout
58+
159
# Byte-compiled / optimized / DLL files
260
__pycache__/
361
*.py[cod]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
![Testing nbclassic](https://github.com/jupyterlab/nbclassic/workflows/Testing%20nbclassic/badge.svg)
44

55

6-
NBClassic runs the [Jupyter Notebook](https://github.com/jupyter/notebook) frontend on the Jupyter Server backend.
6+
NBClassic runs the [Jupyter NbClassic](https://github.com/jupyter/nbclassic) frontend on the Jupyter Server backend.
77

88
This project prepares for a future where JupyterLab and other frontends switch to [Jupyter Server](https://github.com/jupyter/jupyter_server/) for their Python Web application backend. Using this package, users can launch Jupyter Notebook, JupyterLab and other frontends side-by-side on top of the new Python server backend.
99

docs-translations/hi-IN/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,5 @@ IPython कोडबेस का बिग स्प्लिट ™। IPython
7373
- [Documentation for Jupyter notebook](https://jupyter-notebook.readthedocs.io/en/stable/)
7474
- [Korean Version of Installation](https://github.com/ChungJooHo/Jupyter_Kor_doc/)
7575
- [Documentation for Project Jupyter](https://jupyter.readthedocs.io/en/latest/index.html )
76-
- [Issues](https://github.com/jupyter/notebook/issues)
76+
- [Issues](https://github.com/jupyter/nbclassic/issues)
7777
- [Technical support - Jupyter Google Group](https://groups.google.com/forum/#!forum/jupyter)

docs-translations/ja-JP/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Build Status](https://travis-ci.org/jupyter/notebook.svg?branch=master)](https://travis-ci.org/jupyter/notebook)
55
[![Documentation Status](https://readthedocs.org/projects/jupyter-notebook/badge/?version=latest)](https://jupyter-notebook.readthedocs.io/en/stable/?badge=latest)
66

7-
英語版のリンク : [[English Version](http://github.com/jupyter/notebook/)]
7+
英語版のリンク : [[English Version](http://github.com/jupyter/nbclassic/)]
88

99
Jupyter Notebookは、インタラクティブなWebベースのノートブック形式の環境です。
1010

@@ -41,17 +41,17 @@ Jupyter Notebookをリモートで起動する前に、いくつかの構成が
4141

4242
## 開発用インストール
4343

44-
開発用インストールのセットアップ方法については、[`CONTRIBUTING.rst`](https://github.com/jupyter/notebook/blob/master/CONTRIBUTING.rst)を参照してください。
44+
開発用インストールのセットアップ方法については、[`CONTRIBUTING.rst`](https://github.com/jupyter/nbclassic/blob/master/CONTRIBUTING.rst)を参照してください。
4545

4646
## 貢献
4747

48-
プロジェクトへの貢献に興味がある場合は、[`CONTRIBUTING.rst`](https://github.com/jupyter/notebook/blob/master/CONTRIBUTING.rst)をご覧ください。
48+
プロジェクトへの貢献に興味がある場合は、[`CONTRIBUTING.rst`](https://github.com/jupyter/nbclassic/blob/master/CONTRIBUTING.rst)をご覧ください。
4949

5050
## 参考
5151

5252
- [Project Jupyter website](https://jupyter.org)
5353
- [Online Demo at try.jupyter.org](https://try.jupyter.org)
5454
- [Documentation for Jupyter notebook](https://jupyter-notebook.readthedocs.io/en/stable/)
5555
- [Documentation for Project Jupyter](https://jupyter.readthedocs.io/en/latest/index.html )
56-
- [Issues](https://github.com/jupyter/notebook/issues)
56+
- [Issues](https://github.com/jupyter/nbclassic/issues)
5757
- [Technical support - Jupyter Google Group](https://groups.google.com/forum/#!forum/jupyter)

docs-translations/ko-KR/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![Build Status](https://travis-ci.org/jupyter/notebook.svg?branch=master)](https://travis-ci.org/jupyter/notebook)
55
[![Documentation Status](https://readthedocs.org/projects/jupyter-notebook/badge/?version=latest)](http://jupyter-notebook.readthedocs.io/en/stable/?badge=stable)
66

7-
English 버전 링크 : [[English Version](http://github.com/jupyter/notebook/)]
7+
English 버전 링크 : [[English Version](http://github.com/jupyter/nbclassic/)]
88

99
Jupyter notebook 은 상호 교환을 위한 웹 기반 환경입니다.
1010

@@ -51,5 +51,5 @@ You can find the installation documentation for the
5151
- [Online Demo at try.jupyter.org](https://try.jupyter.org)
5252
- [Documentation for Jupyter notebook](https://jupyter-notebook.readthedocs.io/en/stable/)
5353
- [Documentation for Project Jupyter](https://jupyter.readthedocs.io/en/latest/index.html )
54-
- [Issues](https://github.com/jupyter/notebook/issues)
54+
- [Issues](https://github.com/jupyter/nbclassic/issues)
5555
- [Technical support - Jupyter Google Group](https://groups.google.com/forum/#!forum/jupyter)

docs-translations/zh-CN/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,5 @@ IPython代码库的Big Split™。 IPython 3是最后一个主要的整体
7373
- [Documentation for Jupyter notebook](https://jupyter-notebook.readthedocs.io/en/stable/)
7474
- [Korean Version of Installation](https://github.com/ChungJooHo/Jupyter_Kor_doc/)
7575
- [Documentation for Project Jupyter](https://jupyter.readthedocs.io/en/latest/index.html )
76-
- [Issues](https://github.com/jupyter/notebook/issues)
76+
- [Issues](https://github.com/jupyter/nbclassic/issues)
7777
- [Technical support - Jupyter Google Group](https://groups.google.com/forum/#!forum/jupyter)

docs/autogen_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env python
22

33
import os
4-
from notebook.notebookapp import NotebookApp
4+
from nbclassic.notebookapp import NotebookApp
55

66
header = """\
77
.. _config:

0 commit comments

Comments
 (0)