Man Python

Results 47 issues of Man Python

The issue like bellow and other looks not working https://github.com/jupyter/jupyter_console/issues/48 Still don't know after many changes how to run in console jupyter notebook --ip=127.0.0.1 and close terminal to leave kernel...

``` Collecting llvmlite Using cached llvmlite-0.37.0.tar.gz (125 kB) Building wheels for collected packages: llvmlite Building wheel for llvmlite (setup.py) ... done Created wheel for llvmlite: filename=llvmlite-0.37.0-cp37-cp37m-freebsd_12_2_release_p2_amd64.whl size=786970 sha256=67b982730ac8d9befbe13d48492e98b068e40ae21f30c24623e539b6e60fe610 Stored in...

question

1. Is there any simple way to use line_profiler as call kernprof.exe -l -v -all example.py where -all getting all functions that we have without decorate them? 2. How we...

It's possible to more comfy add some parameters eg. `runserver --noreload` to python versions eg. venvs to manage this? https://github.com/pyscripter/pyscripter/issues/700#issuecomment-1046068625 It's specially for Django. I missing something like VSC for...

This is msg when want delete some position of versions. I not have this many venvs.. ![pythons_](https://user-images.githubusercontent.com/25403861/154812301-a6db95c1-b319-496e-a84f-ad466fa542db.png)

There is option to save password: ``` Password Optional Password for password-based user authentication. Supports env variables. This gets saved in plaintext! Using prompts or private keys is recommended! ```...

enhancement
good first issue

No I'm not sure where is problem.. https://github.com/microsoft/vscode/issues/134297 On VSC terminal when trying run function with terminal eg. screen trac-fcgi ..etc to run trac app, then app is not executed...

bug
waiting

I made some test glfw_window.v:5:2: error: expr(): bad token `switch` ``` v-0.1.29\v\vlib\vgl\examples>v run glfw_window.v glfw_window.v:5:2: error: expr(): bad token `switch` 3 | 4 | fn key_down(window i64, key, code, action,...

Is possible to refresh automatically bar with icons in case some of this are as shortcuts from drive where is Bitlocker and encrypted drive? The situation is that after pass...

#### What's the problem this feature will solve? Find right libs version to create right requirements.txt from conditions < > =< => etc #### Describe the solution you'd like Something...