mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-07 13:07:22 +08:00
* Rename text to RetroLab * More renaming * More renaming * Rename files * Update deps * Update logo * Lint * Update README.md * Minor CSS fix * Update tour * Update screencasts in README.md
6 lines
60 B
Python
6 lines
60 B
Python
import sys
|
|
|
|
from retrolab.app import main
|
|
|
|
sys.exit(main())
|