@o.calvo/theme-fincad-light

FINCAD - Light

Usage no npm install needed!

<script type="module">
  import oCalvoThemeFincadLight from 'https://cdn.skypack.dev/@o.calvo/theme-fincad-light';
</script>

README

@o.calvo/theme-fincad-extension

A JupyterLab theme extension which provides the default FINCAD theme.

for developmnent, may need to

npm install style-loader --save

to install: npm install @o.calvo/theme-fincad-extension

Dev

from theme dir run

npm install
npm run build
jupyter labextension install .

As the jupyter lab project evolves, theme dependencies will change. To ensure compatibility you can refer to the theme-light-extension The key files to note are package.json and webpack.config. It should be safe in general to copy the dependencies listed in package.json, and to copy the entire webpack.config file. As jupyter lab interfaces change, we may need to change src/index.ts accordinggly as well.