| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | |
| 7 | 8 | 9 | 10 | 11 | 12 | 13 |
| 14 | 15 | 16 | 17 | 18 | 19 | 20 |
| 21 | 22 | 23 | 24 | 25 | 26 | 27 |
| 28 | 29 | 30 | 31 |
- mpi4py
- portforwarding
- conda
- hyperref
- python
- gfortran
- GSL
- vi
- intel compiler
- openmp
- cython
- MAC
- HFS+
- h5py
- c++
- LaTeX
- Matplotlib
- arXiver
- virtual
- HDF5
- polyglot
- tab space
- vim
- SSH
- Windows
- datascience
- jupyter
- cygwin
- Visual Studio
- Anaconda
- Today
- Total
목록python (12)
Astro Coke
source: https://iqbalnaved.wordpress.com/2013/12/09/vim-tip-how-to-fix-python-exception-indentationerror/ When it has an error due to the indentation (see following message) >> TabError: inconsistent use of tabs and spaces in indentation -,trail:-,eol:$ list 2. Apply the following to set correct width > :set shiftwidth=4 tabstop=4 expandtab 3. running > :retab Solution 2 1. set ‘list’, so that y..
source: https://towardsdatascience.com/environment-management-with-conda-python-2-3-b9961a8a5097 List your Environments This command shows you all the This is a really helpful command to see what environments you have, but also to see what conda environment you are in. > conda env list Remove an Environment If the name of your environment you want to remove is not subscribe, you will need to sub..