https://github.com/clasp-developers/widget-dev
Spy on ipykernel JSON traffic
https://github.com/clasp-developers/widget-dev
Last synced: 4 months ago
JSON representation
Spy on ipykernel JSON traffic
- Host: GitHub
- URL: https://github.com/clasp-developers/widget-dev
- Owner: clasp-developers
- Created: 2017-05-23T18:59:45.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-31T17:24:12.000Z (almost 7 years ago)
- Last Synced: 2024-12-28T10:48:00.993Z (6 months ago)
- Language: JavaScript
- Size: 6.11 MB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# widget-dev
Develop cl-jupyter-widgets and spy on ipykernel JSON traffic
Command to use spy
docker run -v $HOME/Dev/spy-ipykernel/ipykernel:/usr/local/lib/python2.7/dist-packages/ipykernel -p 8888:8888 -p 4005:4005 -it drmeister/cando
## Command to use to install cl-jupyter-widgets
docker run -v $HOME/Dev/widget-dev/ipykernel:/usr/local/lib/python2.7/dist-packages/ipykernel -v $HOME/Dev/widget-dev/cl-jupyter-widgets:/home/app/quicklisp/local-projects/cl-jupyter-widgets -p 8888:8888 -p 4005:4005 -it drmeister/cando