UNPKG
jupystar
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.5
0.1.4
0.1.3
0.1.2
0.1.1
0.1.0
Converter from Jupyter notebook (ipynb) to Starboard notebook
jupystar
/
dist
/
lib
/
version.js
3 lines
•
172 B
JavaScript
View Raw
1
2
3
// This gets replaced by rollup on build time with the version in package.json
export
const
JUPYSTAR_VERSION
=
'__JUPYSTAR_VERSION__'
;
//# sourceMappingURL=version.js.map