-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pidgy lite kernel #67
Conversation
lite/jupyter_lite_config.json
Outdated
@@ -3,6 +3,9 @@ | |||
"output_dir": "./_/_", | |||
"contents": [ | |||
"../docs" | |||
], | |||
"federated_extensions": [ | |||
"./jupyterlite-pidgy/dist/jupyterlite_pidgy-0.1.0-py3-none-any.whl" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
since we're going with all extensions in sys.prefix
, we can just do a dev install of this... will want for syntax highlighting anyway
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not dev installing yet... will do once syntax highlighting...
"strict": true, | ||
"strictNullChecks": true, | ||
"target": "es2019", | ||
"types": [], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
couldn't get lib
working with WebWorker, ScriptHost, ...
0f3d9a9
to
98a943b
Compare
So to confidently create the syntax highlighting mode (and/or jupyterlab-lsp transclusion sauce), i feel like a need a contract somewhere, preferably in something portable like json. it's possible this could be interactive, e.g. in:
|
i love this so much. i'm gonna merge it in without highlighting so i can i start thinking about the docs. its nice to remove some of the logic to get someone start in a pidgy notebook. |
Changes
environment.yml
in docs buildShots