Windows からの操作 https://www.putty.org/ の[Download PuTTy] を選択 [putty-64bit-0.78-installer.msi] をダウンロード&インストール PuTTy(パティ)を起動し各種設定&接続 フォントの変更 [Window]-[Appearance]-[Font settigs]-[Change]:Ricty Diminished Discord(サイズ: 18) 接続先の指定 ...
方法3 Windows に dockerを導入する。 罠2 Linux導入 方法4 Linuxを導入する 罠3 HYPER-V 罠4 Windowsのコマンドプロンプト(CMD)を起動して、pythonと打っても動いてくれない。 方法5 Visual Studio(Python)を導入する 罠5 Visual Studio CodeへのPythonの導入との混同 罠6 システムの設定 方法6 Pyt...
cvxopt のドキュメントには Windows へのインストール方法が書かれている.しかし,32bit 版の Python を想定しているらしく,ドキュメント通りにすんなりとインストールは出来ないので注意.本稿は,このドキュメントに沿って変更すべき点をまとめる. 想定環境 Windows 10 (64bit) Anaconda for ...
Filenames are passed to and returned from APIs as (Unicode) strings. This can present platform-specific problems because on some platforms filenames are arbitrary byte strings. (On the other hand, on Windows filenames are natively stored as Unicode.) As a work-around, most APIs (e.g. o...
WindowsであればスタートメニューのPython3.xの中の コマンドライン版の Python3.x を起動してください。(IDLEというのも選べますが、GUI版のPythonインタープリタです。) LinuxあるいはMacOSであればpython3コマンドあるいはpythonコマンドを引数なしで実行してください。
https://qiita.com/kaizen_nagoya/items/2d3a4f168b4c9a28b32e環境構築dockerで機械学習(101) 環境構築(1) docker どっかーら、どーやってもエラーばっかり。 https://qiita.com/kaizen_nagoya/items/690d806a4760d9b9e040dockerで機械学習(102) 環境構築(2) Docker for Windows https://qiita.com/ka...
dockerを導入し、Windows, Macではdockerを起動しておいてください。 Windowsでは、BiosでIntel Virtualizationをenableにしないとdockerが起動しない場合があります。 また、セキュリティの警告などが出ることがあります。docker pull and run$ docker pull kaizenjapan/anaconda-pythonai $ docker run -it...