[TOC]

Installed

Python

Edge

ctrl+shift+i Console

venv

  1. go to the D:\a02\v20program
  2. python -m venv env01
    D:\a02\v20program\env01
  3. add to path D:\a02\v20program\env01\Scripts
  4. vs code ctrl+shift+p select interpreter

    VS code

    Copilot

    Alt+Z Toggle word wrap

    autosave

  5. ctrl+shift+p
  6. open settings
  7. auto save onFocusChange

    ctrl-enter - run

  8. ctrl+shift+p
  9. shortcuts
  10. preferences: open json shortcuts
  11. add:
     {
         "key": "ctrl+enter",
         "command": "workbench.action.debug.run",
         "when": "editorTextFocus"
     }
    

Jupyter notebook

  1. go to D:\a02\v20program\env01\Scripts
  2. activate.bat
  3. pip install notebook
  4. to start:
    go to D:\a02\b32jupiter
    jupyter notebook

    pip

  5. pip install notebook
  6. pip show notebook
  7. pip uninstall notebook

    markdown - html

  8. env01
  9. pip intall markdown
  10. D:\a02\b32jupiter\b04html.cmd
    python -m markdown b44lnk.md > b44lnk.html
  11. D:\a02\b32jupiter\b06html.cmd
    python -m markdown -x codehilite -x fenced_code -x toc b44lnk.md > b44lnk.html

    notepad++

  12. txt properties on pc

    autosave

  13. plugins
  14. plugins admin
  15. autosave
  16. install

  17. plugins
  18. autosave
  19. options
  20. loses focus

http://localhost:8888/edit/b44lnk.html
text2