-
Notifications
You must be signed in to change notification settings - Fork 283
Configuration is not saved #339
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
You should edit $HOME/.config/ptpython/config.py to reflect your configuration. |
https://github.com/prompt-toolkit/ptpython/blob/master/examples/ptpython_config/config.py looks easy enough to use, but how would I implement this in Windows? Just drop it in AppData\Local\Programs\Python\Python38-32\Lib\site-packages\ptpython and add a function to init.py or main.py to use it or something? |
Not sure if this is the best way to do this, but I just went into ptpython/python_input.py and changed self.insert_blank_line_after_output's bool to False, show_signature to True, and show_docstring to True. Probably have to pay attention to which things aren't compatible in menu if you do this. |
i get this message:
on macOS 10.15.2, so it would seem that the preferred config location has changed again? |
@mgd722 looks like you’re correct. I’ve faced a similar problem. Probably, those are I solved it by sym-linking Thanks for pointing it out; it helped a lot. |
I don't think having users editing the |
Whenever I start ptipython and change something in the menu (say, syntax highlighting, but anything, really), it is forgotten at next startup. Is this expected?
ipython: 7.12.0
python: 4.7.4
ptipython: 1.0.1
ptpython: 3.0.0
The text was updated successfully, but these errors were encountered: