https://github.com/datalayer/core
Ξ Datalayer core.
https://github.com/datalayer/core
core datalayer open-science platform python
Last synced: 12 months ago
JSON representation
Ξ Datalayer core.
- Host: GitHub
- URL: https://github.com/datalayer/core
- Owner: datalayer
- License: other
- Created: 2022-06-26T08:06:47.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2025-06-06T09:14:55.000Z (about 1 year ago)
- Last Synced: 2025-06-17T15:38:45.749Z (about 1 year ago)
- Topics: core, datalayer, open-science, platform, python
- Language: Python
- Homepage: https://core.datalayer.tech
- Size: 372 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://datalayer.io)
[](https://github.com/sponsors/datalayer)
# Ξ Datalayer Core
Datalayer Core is the base foundation package used by many other Datalayer packages.
It contains base application classes and configuration inherited by other projects.
## Develop
```bash
pip install -e .[test]
# jupyter server extension enable datalayer
jupyter server extension list
# open http://localhost:8888/api/jupyter?token=60c1661cc408f978c309d04157af55c9588ff9557c9380e4fb50785750703da6
make start
```