supp:python:start
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| supp:python:start [2020/11/27 16:52] – created rolf | supp:python:start [2022/01/03 07:35] (current) – [Create time series] rolf | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Python ====== | ====== Python ====== | ||
| - | ===== Add Anaconda Prompt to the Windows Explorer Context Menu (right click ...) ====== | + | ~~NOTOC~~ |
| + | ===== Anaconda Prompt in Windows Explorer ====== | ||
| + | How to add Anaconda Powershell Prompt to the Windows Explorer Context Menu (right click ...): | ||
| + | |||
| + | Add new keys in the registry. Replace `MYNAME` in the following path definition with your own Windows user name (so that C: | ||
| + | |||
| + | < | ||
| + | regedit | ||
| + | |||
| + | HKEY_CLASSES_ROOT\Directory\Background\shell\AnacondaPrompt -> " | ||
| + | |||
| + | HKEY_CLASSES_ROOT\Directory\Background\shell\AnacondaPrompt\command -> C: | ||
| + | </ | ||
| + | |||
| + | ===== Create time series ===== | ||
| + | |||
| + | <file python cs_create_ts.py> | ||
| + | |||
| + | import pandas as pd | ||
| + | |||
| + | |||
| + | </ | ||
supp/python/start.1606495962.txt.gz · Last modified: 2020/11/27 16:52 by rolf
