Recent Posts
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 | 31 |
Tags
- Spring Batch
- 오블완
- python
- 겨울 부산
- 자원부족
- JanusGateway
- table not found
- 코루틴 빌더
- preemption #
- JanusWebRTCServer
- 달인막창
- PersistenceContext
- 깡돼후
- JanusWebRTCGateway
- taint
- 개성국밥
- vfr video
- Value too long for column
- 헥사고날아키텍처 #육각형아키텍처 #유스케이스
- addhooks
- VARCHAR (1)
- terminal
- kotlin
- pytest
- 코루틴 컨텍스트
- tolerated
- PytestPluginManager
- mp4fpsmod
- JanusWebRTC
- 티스토리챌린지
Archives
너와 나의 스토리
jupyter notebook [anaconda, tensorflow] 본문
반응형
jupyter notebook에서 코드 작동 시키는 법
1. anaconda prompt켜서 다음 명령어 치기
activate tensorflow35 <- 내가 지정한 이름
jupyter notebook
2. jupyter notebook에서
document 들어가서 new 누른다음 python3 선택
3. 명령어 작성하고 run
반응형
'Data Analysis > Machine learning' 카테고리의 다른 글
ARIMA(autoregressive integrated moving average)란? (0) | 2019.07.11 |
---|---|
Forecasting at Uber (0) | 2019.07.11 |
Andrew Ng - machine learning 정리 [Lecture 4] (0) | 2019.07.03 |
Andrew Ng - machine learning 정리 [Lecture 2] (0) | 2019.07.03 |
Andrew Ng - machine learning 정리 [Lecture 1] (0) | 2019.07.03 |
Comments