-
Notifications
You must be signed in to change notification settings - Fork 55
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
Clearer Documentation on Workflow #44
Comments
Good point. I think we could add a "Contributing" part, either as a separate .md file, or as a section in the README. If you are developing for classic notebook, there are two ways to update the source of a local developer install of the source:
How to symlink manually on Windows: Run the symlink command in 1. above. The command should give you the paths it is trying to symlink before failing ( |
The development instructions were recently slightly updated: https://github.com/jupyter-widgets/widget-ts-cookiecutter/tree/master/%7B%7Bcookiecutter.github_project_name%7D%7D#development-installation There is also now a new custom widget tutorial in the @akloster do you think these two resources still need some iterations? Or are they enough to get going for now? Thanks! |
I basically ran into the same issues. I followed the guide for the development instructions, but it seems the watcher is only updating the files in the Can someone confirm? Using "jupyter lab" and "webpack watch" does not work for me. Seems I always have to reinstall. |
Hi @yGuy you're right that the watch command for jlab is not working. I think it got accidentally deleted from package.json when this repo was updated to jlab3. If you add PR adding that here: #99 |
I'd like to develop a javascript-heavy widget extension for the jupyter notebook. I managed to install the example widget and it seems to be working. However, I can't seem to make changes to the typescript source code take effect. I tested it using multiple console.log instructions, and also verified the source code loaded in the browser is not showing the changes.
I would appreciate some help how to setup a workflow for extension development. So far, the readme is missing the "npm install" (I think, maybe it's not necessary?). I also tried npm scripts watch and build.
Thank you for your time!
The text was updated successfully, but these errors were encountered: