科学の箱

科学・IT・登山の話題

Python

pycharmでターミナルからconda環境を利用する

投稿日:2020年4月30日 更新日:

pycharmでTerminalを開く

conda環境を開く

%windir%\System32\cmd.exe “/K” C:\ProgramData\Anaconda3\Scripts\activate.bat C:\ProgramData\Anaconda3

環境をactivateする

activate condaenv01

メタ情報

inarticle



メタ情報

inarticle



-Python

執筆者:


comment

メールアドレスが公開されることはありません。 * が付いている欄は必須項目です

関連記事

no image

errorbarで誤差棒付きグラフの作成

概要 学習モデルのグラフは誤差を含んでいる。今2軸(xおよびy)をとり、以下のようなモデルに近似したとする。実際のデータは誤差がある。この誤差を表示できるのがerrorbarである。 ドキュメント h …

no image

kaggle Titanic Tutorial – 7

さて今回はAgeを補完してから、元の分布と比べてみる。 def fill_age(row): condition = ( (d_train_g_m[‘Sex’] == row[‘Sex’]) &amp …

no image

連続データのビジュアル

Kaggle TitanicのFareを使っていくつかビジュアル 金額別ヒストグラム-1 titanic_df[‘Fare’].plot(kind=’hist’, figsize=(15,3),bin …

no image

graphvizのコマンドラインから実行

dot -Kdot -Tpng test.dot -o test.png Related posts:automated the boring – day4kaggle Titanic Tutoria …

no image

automated the boring – day 3

https://automatetheboringstuff.com/ 今回はまずは文字列操作から。とりあえず基本のところを押さえておく。 print("Hello there!\nHow …

2020年4月
« 12月   5月 »
 12345
6789101112
13141516171819
20212223242526
27282930  

side bar top



アーカイブ

カテゴリー