|
před 4 roky | |
---|---|---|
.. | ||
src | před 4 roky | |
style | před 4 roky | |
.gitignore | před 4 roky | |
Example.ipynb | před 4 roky | |
README.md | před 4 roky | |
package.json | před 4 roky | |
tsconfig.json | před 4 roky |
A JupyterLab extension for rendering table files.
jupyter labextension install fdtmime
For a development install (requires npm version 4 or later), do the following in the repository directory:
npm install
jupyter labextension link .
To rebuild the package and the JupyterLab app:
npm run build
jupyter lab build