UNPKG
a-jupyterlite-session
Version:
latest (0.2.3)
0.2.3
0.2.2
0.2.1
0.2.0
0.1.12
0.1.11
0.1.10
A JupyterLite extension.
github.com/juntyr/a-jupyterlite-session
juntyr/a-jupyterlite-session
a-jupyterlite-session
/
lib
/
tokens.js
6 lines
(5 loc)
•
194 B
JavaScript
View Raw
1
2
3
4
5
6
import
{
Token
}
from
'@lumino/coreutils'
;
/** * The token for the JupyterLite session singleton. */
export
const
IJupyterLiteSession
=
new
Token
(
'a-jupyterlite-session:IJupyterLiteSession'
);