Jupyter4Science / jupyterlab-ide

JupyterLab + tab completion + debugger + linter = Fully-fleged IDE
MIT License
3 stars 1 forks source link

Vim Notebook: Put verification into a file such as `verification.py` [2 hours] #39

Closed Dcosthephalump closed 1 year ago

Dcosthephalump commented 1 year ago

Each exercise has a verification cell. To keep users from seeing more than is useful and to visually clean the notebook, put the script of the verification cells into a different file with importable commands.