Publish without confirming saving outside Jupyter Lab¶
from nbproject import header, publish
header()
id | mNFd52YOodtk |
version | 0 |
time_init | 2022-07-11 12:16 |
time_run | 2024-10-16 16:57 |
pypackage | nbproject==0.10.5 pytest==8.3.3 |
import pytest
The following will only throw an error on CI, because CI does not mimic the Jupyter Lab environment.
with pytest.raises(RuntimeError):
publish(pretend_no_test_env=True)