yuvipanda / hubtraf

Traffic simulator for JupyterHub
BSD 3-Clause "New" or "Revised" License
40 stars 24 forks source link

Make ipython kernel instead of python - start_kernel #34

Open sarathsund opened 2 years ago

sarathsund commented 2 years ago

Thanks @yuvipanda for the excellent load testing tool.

quick check.. is it possible start the ipython kernel with jupyter api instead of the regular python one ?

goal:

  1. Run already stored notebook files using assert_code_output method
  2. To drive more memory loads in notebook by executing complete code.

Any thoughts ?