Server for SecretNote (Python) App
Project description
SecretNote
This is the backend of the notebook suite named SecretNote. It serves both Jupyter Server, SecretNote specified APIs and static files of the playground, for both SecretFlow in Python and the SCQL.
Installation
We recommend you to install in a clean Python 3.10 environment. You can use your favorite virtual environment solution.
From PyPI
conda create -n secretnote python=3.10 # use conda for example
conda activate secretnote
pip install secretnote
From Source
pnpm bootstrap # pnpm and rye are required
Start Locally
Start SecretNote SF for SecretFlow Python programming
secretnote sf . --config=/somewhere/config.py
Start SecretNote SCQL for SCQL programming
secretnote scql . --config=/somewhere/config.py
Common [Jupyter Command Line Options][jupyter-options] are supported. For example, to change the port, use
secretnote sf . --ServerApp.port 8889
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
secretnote-0.0.46.tar.gz
(18.9 MB
view hashes)
Built Distribution
Close
Hashes for secretnote-0.0.46-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 49569c0087ef2b38d224687802c44fc2415a3c1234a47798d4c62b0e89c874c4 |
|
MD5 | 0a13acd98f15576eaf2d07efce27e09c |
|
BLAKE2b-256 | ee1dce0aca8735bbd6688f4ac4d78a7e1bda9add1016ee63098ce39b9e7c4eb4 |