블로그
- 파이썬(python) 설치 및 환경설정 파이썬(python) 설치 1) 구글에서 파이썬 입력후 검색 https://www.python.org/ 2) 다운로드 받은 후 설치 이때 아래 옵션은 반드시 체크표시 후 설치해야 함 확장 팩 설치 (1) 한국어 변환 확장 팩 Korean (South Korea) language support for VS Code Speech (2) 주피터 노트북 확장 팩 Jupyter
- [Python] Jupyter DeprecationWarning: import pandas as pd 요즘 악성 PDF 파일 분석을 하고 있다. 데이터 분석을 위해 pandas를 임포트했는데 위와 같은 에러가 발생하면서 jupyter에서 실행이 되지 않았다. 내용을 살펴보니 'Pyarrow will become a required dependency
- [python] jupyter notebook 사용시 ipynb 파일에서 다른 ipynb 파일을 import 할때 - 에러 name 'xxx' is not defined 문제점) jupyter notebook으로 ipynb 파일을 작성시, xxx.py 처럼 일반 파이썬 파일을 import 할때는 아무런 문제가 없으나, import 하려는 파일이 xxx.ipynb 즉, 또다른 jupyter notebook 파일일 때는 아래와 같은 에러가 발생한다 에러)
- jupyter notebook 실행 시 Bad file descriptor 오류 Anaconda Prompt에서 jupyter notebook을 실행했다 그리고 python 파일을 만들고 뭘 시도할 때마다 끊기는거임;; Bad file descriptor (C: 그래도 안됨;; 더 구글링해보니 pyzmq 라이브러리와 충돌되어서라는데 jupyter notebook을 설치하게되면 pyzmq가 설치되는데 얘가 파이썬 커널의 충돌을 일으킨다고;;
- Python, Selenium, chromeDriver Setting Jupyter notebook install Installation with pip If you use pip, you can install it with: pip install jupyter Jupyter notebook config file creation jupyter notebook --generate-config 4.
- jupyter 에 conda 환경 보이게 하기 & [문제해결] ImportError: cannot import name 'generator_to_async_generator' jupyter 에 conda 환경 보이게 하기 1. env name] 2. conda kernel 리스트 안보일 경우, 설치하기 $ conda install nb_conda_kernels 3. conda kernel 설정하기 $ python
- [python] Initializing from file failed 에러 섞여있으면 Initializing from file failed 에러가 발생한다 원인) 파일명 경로상에 한글이 섞여 있는 경우다 파일명 : test.csv 파일경로 : E:\jupyter \말똥가리\ 대책) read_csv()에서 engine="python" 을 사용하면 된다 #파이썬한글폴더파일명에러
- (Python) Jupyter Notebook 키보드로 주무르기 엑셀을 키보드 단축키만 갖고 일하는 것처럼 Python은 쓸 수 없나 싶어 Jupyter Notebook의 단축키 사용법을 찾다가 겨우 찾았다. (.py를 위주로 쓰는 사용자들에게는 Jupyter Notebook을 쓰고 있음) Jupyter Notebook의 Mode: Command Mode vs.
- [python] jupyter notebook 다른 파일의 함수 call jupyter notebook으로 다른 파일에 있는 함수를 call 할 경우 파일저장시 .ipynb 가 되어 jupyter notebook에서 읽어들이지 못한다 file1.ipynb (이곳에 call 하고자 하는 함수 f1() 이 정의되어 있다) file2.ipynb에서 file1의 f
- [왕초보 딥러닝] 구글 코랩(Colab)으로 파이썬 코드 입력하고 실행하기 #파이썬 #딥러닝 #왕초보 #구글 #코랩 #Colab #Jupyter #Python
1 페이지
다음 →