pyscripter

Results 222 comments of pyscripter

Closed, since there is no feedback.

Yes, it is planned but may take a while.

You can already use Notebooks in PyScripter, although the support is basic. See this [blog post](https://pyscripter.blogspot.com/2018/04/jupiter-notebooks-in-pyscripter.html). I will leave the issue open as a pointer for improved Notebook support.

@mrrezaie After you open the file, do Tools, Source Code Views, Web Preview. See https://pyscripter.blogspot.com/2018/04/jupiter-notebooks-in-pyscripter.html. I know it is not obvious. I will provide improvements to bring to a level...

@mrrezaie You need to do the following: - Open a command prompt - Change directory to the Scripts folder of the Python installation you are using with jupyter installed. -...

I cannot reproduce this. e.g. simulating a crash the Recovery directory looks like this (three unsaved files): ![image](https://github.com/user-attachments/assets/0df06cbc-aa7a-43fb-9b51-ade3e4833e2d) After restarting PyScripter: ![image](https://github.com/user-attachments/assets/fe1e4d18-7240-47e4-afa6-bf0688474ff9)

> here were no way for me in x86 to get the new pyscripter 4.x.x in x86 PyScripter x86 still available at https://sourceforge.net/projects/pyscripter/files/PyScripter-v4.2/ > ever the shortcuts of the console...

Earlier, the order I was using was based on: ```pascal function ComparePythonIdents(const S1, S2 : string): Integer; overload; Var L1, L2 : integer; begin L1 := Length(S1); L2 := Length(S2);...