https://github.com/sagemathinc/cocalc
Raw File
Tip revision: 26abc3987ff9db2c3b59fd177c2d15fb55cbf4ee authored by Harald Schilly on 20 June 2019, 09:12:35 UTC
webapp/jupyter: make cell updates non blocking
Tip revision: 26abc39
pull_request_template.md
# Description

# Testing Steps
1.
1.
1.

# Relevant Issues

### [Checklist](https://github.com/sagemathinc/cocalc/wiki/PR-Checklist):
- [ ] No debugging console.log messages.
- [ ] All new code is actually used.
- [ ] Non-obvious code has some sort of comments.

Front end:
- [ ] Restart at least one project and check its `~/.smc/local_hub/local_hub.log`
- [ ] Completely restart Webpack with `./w` in `/src`
- [ ] Completely restart the hub by killing and restarting `./start_hub.py` in `/src/dev/project`
- [ ] Screenshots if relevant.
back to top