User Tools

Site Tools


supp:python:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
supp:python:start [2020/11/27 16:55] – [Add Anaconda Prompt to the Windows Explorer Context Menu (right click ...)] rolfsupp:python:start [2022/01/03 07:35] (current) – [Create time series] rolf
Line 7: Line 7:
 How to add Anaconda Powershell Prompt to the Windows Explorer Context Menu (right click ...): How to add Anaconda Powershell Prompt to the Windows Explorer Context Menu (right click ...):
  
-Add new keys in the registry.+Add new keys in the registry. Replace `MYNAME` in the following path definition with your own Windows user name (so that C:\Users\MYNAME points to your home driectory):
  
-```+<code>
 regedit regedit
  
 HKEY_CLASSES_ROOT\Directory\Background\shell\AnacondaPrompt -> "Anaconda Prompt here" HKEY_CLASSES_ROOT\Directory\Background\shell\AnacondaPrompt -> "Anaconda Prompt here"
  
-HKEY_CLASSES_ROOT\Directory\Background\shell\AnacondaPrompt\command -> C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -ExecutionPolicy ByPass -NoExit -Command "& 'C:\Users\rb\Anaconda3\shell\condabin\conda-hook.ps1' ; conda activate 'C:\Users\rb\Anaconda3'+HKEY_CLASSES_ROOT\Directory\Background\shell\AnacondaPrompt\command -> C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -ExecutionPolicy ByPass -NoExit -Command "& 'C:\Users\MYNAME\Anaconda3\shell\condabin\conda-hook.ps1' ; conda activate 'C:\Users\MYNAME\Anaconda3'
-```+</code> 
 + 
 +===== Create time series ===== 
 + 
 +<file python cs_create_ts.py> 
 + 
 +import pandas as pd 
 + 
 + 
 +</file>
supp/python/start.1606496153.txt.gz · Last modified: 2020/11/27 16:55 by rolf