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
{{ message }}
This repository was archived by the owner on Oct 26, 2019. It is now read-only.
Hi,
I am trying to increase the KERNEL_RETENTIONTIME from 30000 milliseconds to 50000, I changed that value in these files:
in docker-compose as env variable
in config.json file (/usr/local/lib/node_modules/jupyter-dashboards-server/config.json)
in api.js file (/usr/local/lib/node_modules/jupyter-dashboards-server/routes/api.js)
For every change I restarted my container, but anything could change this waiting time, i have a table that render result in more or less 40 seconds, and I'm blocked to see the result due this limit.
Hi,
I am trying to increase the KERNEL_RETENTIONTIME from 30000 milliseconds to 50000, I changed that value in these files:
in docker-compose as env variable

in config.json file (/usr/local/lib/node_modules/jupyter-dashboards-server/config.json)

in api.js file (/usr/local/lib/node_modules/jupyter-dashboards-server/routes/api.js)

For every change I restarted my container, but anything could change this waiting time, i have a table that render result in more or less 40 seconds, and I'm blocked to see the result due this limit.
Thanks!!