You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Scons does not properly detect whether a notebook needs to be rebuilt when using the timeout option: scons timout=360
Instead all notebooks will be rebuilt regardless if changes were made or not.
Directly providing a dict {'timeout':'360'} to the setup in the SConstruct file does result in the same issue.
Issue occured on Arch Linux using Miniconda with Python 3.7.
The text was updated successfully, but these errors were encountered:
Scons does not properly detect whether a notebook needs to be rebuilt when using the timeout option:
scons timout=360
Instead all notebooks will be rebuilt regardless if changes were made or not.
Directly providing a dict
{'timeout':'360'}
to the setup in the SConstruct file does result in the same issue.Issue occured on Arch Linux using Miniconda with Python 3.7.
The text was updated successfully, but these errors were encountered: