An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

[![Datalayer](https://assets.datalayer.tech/datalayer-25.svg)](https://datalayer.io)

[![Become a Sponsor](https://img.shields.io/static/v1?label=Become%20a%20Sponsor&message=%E2%9D%A4&logo=GitHub&style=flat&color=1ABC9C)](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
```