ipynbname
ipynbname copied to clipboard
Improve handling of stale notebook servers.
- Prioritize recent servers.
- Use a low request timeout to move on quickly if the current server we're evaluating is stale
- Avoid JSON decode errors: skip servers with malformed configuration files.
@msm1089 could you take a look please?