Python Forum
Portable Jupyter for Windows - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: General (https://python-forum.io/forum-1.html)
+--- Forum: News and Discussions (https://python-forum.io/forum-31.html)
+--- Thread: Portable Jupyter for Windows (/thread-13736.html)



Portable Jupyter for Windows - codekodo - Oct-29-2018

Hi

I order to teach Python and other languages to our students, we developed a portable version of Jupyter easy to launch with a launcher in the systray.

This is the first version. We are looking for testers.

Here the link : www.codekodo.net

Regards


RE: Portable Jupyter for Windows - DeaD_EyE - Oct-29-2018

Hello, nice project.

I tested it in a VM with Windows 10.
Windows 10 is complaining about Malware when trying to execute the installer. The Smart Screen detects it.
I guess this happens because it is packaged. Additionally Windows is asking for Elevation of Admin-Rights during installation.

After ignoring this the installation runs normal.
I was able to start the jupyter-lab.

Here a screenshot:
[attachment=488]

The program is installed in C:\Programm Files (x86)\Codekodo-Jupyter-1.0.
To install a program without elevation of admin rights, it should be done in %localappdata%\Programs\Codekodo-Jupyter-1.0.
Hopefully this helps to improve the installer.


RE: Portable Jupyter for Windows - codekodo - Oct-30-2018

Hi

Thanks you very much for this feedback.

The malware alert is a false positive (systems are more and more sensitive). On Virus Total, the score is 1/70 (https://www.virustotal.com/#/url/179a4443eaae5e2d1251da8a7ce3778799d2fa9833184cd8f4252776e26bf7cb/detection).

I'm surprised that the system asked for Elevation of Admin rights. The installer is supposed to test the rights and choose the proper destination (Program Files or AppData). I'm gonna check.

Thanks again.