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
/
src
/
version.ts
3 lines
(2 loc)
•
145 B
text/typescript
View Raw
1
2
3
// This gets replaced by rollup on build time with the version in package.json
export
const
JUPYSTAR_VERSION
:
string
=
'__JUPYSTAR_VERSION__'
;