0

I did develop an application for several users on windows, without internet access using python and Jupyter Notebook as a graphical interface. The application intend to process some data, they just have to copy paste the path to their datafile and run through different step.

As a user they just want to double click somewhere to open it. I may not fully understand Jupyter Notebook but I would like to find a simple way to make the notebook clickable ...

Could you help me ?

Thx

1 Answers1

1

Have you looked at nteract? It was a suggestion in a similar question here, that was linked from a question with a similar title as yours, but referenced the previous version of the tech that is now Jupyter notebook.

Wayne
  • 6,607
  • 8
  • 36
  • 93
  • Thax, I will look at all your answer but: the point is also that it should run without any web dependency. I will edit my question. – Raph the raph Feb 18 '20 at 22:07