Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- threejs
- Line Dashed
- 3D tiles
- pg_notify
- PostGIS
- 3DTiles
- PointCloud
- CesiumJS
- line width
- PostgreSQL
- raster2pgsql
- GeoServer
- PDAL
- QGIS
- jupyternotebook
- anotherdxfimporter
- GIS
- attribute Selector
- georeferrencing
- css
- DXF
- Potree
- VWORLD
- display:flex
- GDAL
- extent linestring
- gdal2tiles
- publish/subscribe
- Cesium
- WMTS
Archives
- Today
- Total
목록Programing/Python (1)
코드조각 저장소
JupyterNotebook Daemon [Window]
Python 스터디중 Jupyter 관련된 내용이 있어 정리해 둡니다 윈도우를 사용하고 있는데 매번 컴맨드 실행 시키는게 번거로워 찾던 중 스크립트가 있었습니다. Jupyter에 대한 설정은 외부 접속 암호 설정은 다음을 참고 했습니다. https://commonkb.blogspot.com/2017/09/jupyter-password.html Linux의 경우에는 데몬등의 설정이 나름 잘되는 것 같았지만 윈도우에 경우에는 conda 환경이나 사용자 프로필에 따른 환경변수 설정이 익숙치 않아서 컨멘드 명령을 배치 파일로 만들어서 사용하게 되었습니다. conda activate Pytotch && jupyter notebook --no-browser --autoreload --notebook-dir=E:\m..
Programing/Python
2021. 5. 25. 07:07