Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place.
Path: blob/master/src/packages/assets/README.md
Views: 687
Static Webapp Assets
This code is part of https://github.com/sagemathinc/cocalc and isn't currently designed to be used standalone.
TODO: This module is called "assets" so you immediately think "I better not put things other than assets here", and usually "assets" refers to static assets in the context of web application.
This sub-directory contains assets (images, code, etc.) for the frontend and static pages.
Compute Environment
Here is a description of two optional files describing the content of the computational environment (programming languages, libraries, ...)
Do this if you want to test rendering with the full production data for compute-*.json
:
Do NOT commit this to the repo. It's unlikely you accidentally will, because neither file is in the cocalc git repo.
compute-inventory.json
This is the "ground truth" of what is installed in the environment. Layout:
compute-components.json
This JSON dictionary contains descriptions of each library. It is hand curated or autogenerated from databases. Note, there can be several instances of the same library being installed in the inventory file, while this description file only lists it once.