OasisLMF / ReinsuranceTestTool

Test tool for new reinsurance functionality.
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

Increase notebook timeout to 1 hour #71

Closed johcarter closed 5 years ago

johcarter commented 5 years ago

I realise this is a cost issue but could we have version of notebook with a longer timeout? 10 mins is not enough. we are talking about occasional use from 3 testers (myself, matt and Aiste)

johcarter commented 5 years ago

Jupyter notebook can't be run locally in bash under Windows because bash under windows lacks the graphical interface. And if jupyter is installed in Windows, the test tool invokes the MDK which doesn't run in windows.

What are the other options for running the test tool locally on a windows machine (using linux subsystem)?

mpinkerton-oasis commented 5 years ago

Docker might be a good option.

johcarter commented 5 years ago

local installation solution found