UNPKG
@nteract/fs-kernels
Version:
latest (2.1.9)
prerelease (2.1.11-alpha.0)
2.1.11-alpha.0
2.1.10-alpha.0
2.1.9
2.1.9-alpha.0
2.1.8-alpha.0
2.1.7
2.1.6
2.1.5
2.1.4
2.1.3
2.1.2
2.1.1
2.1.0
2.0.9
2.0.8
2.0.7
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
1.0.4-alpha.0
1.0.3-alpha.0
A manager for the filesystem aspects of Juyter kernels
nteract/nteract
@nteract/fs-kernels
/
src
/
index.ts
5 lines
(4 loc)
•
121 B
text/typescript
View Raw
1
2
3
4
5
export
*
from
"./jupyter-paths"
;
export
*
from
"./kernel"
;
export
*
from
"./kernelspecs"
;
export
*
from
"./spawnteract"
;