Giter Club home page Giter Club logo

python-interpreter's Introduction

python-interpreter

自作インタープリタ

コンテナ立ち上げ

$ docker-compose up -d --build

コンテナとイメージ破棄

$ docker-compose down --rmi all --volumes --remove-orphans

コンテナにアタッチ

$ docker-compose exec python3 bash

python 実行(例としてsample.pyを実行する)

$ python sample.py 180.0

コンテナ削除

$ docker-compose down

コンテナ再起動

$ docker-compose up -d

Jupyter Notebookを使用する

コンテナ内に入らずイメージだけ作成

$ docker-compose build

イメージ確認

$ docker images

Jupyter Notebookを起動

$ docker run -v $PWD/opt:/root/opt -w /root/opt -it --rm -p 7777:8888 docker-python_python3 jupyter-lab --ip 0.0.0.0 --allow-root -b localhost

↓下記のようなメッセージが表示されたら正常起動↓

To access the server, open this file in a browser:
        file:///root/.local/share/jupyter/runtime/jpserver-1-open.html
    Or copy and paste one of these URLs:
        http://46102976db71:8888/lab?token=xxxxxxxxxx
        http://127.0.0.1:8888/lab?token=xxxxxxxxxx

ブラウザで http://127.0.0.1:7777 にアクセス(今回はポート番号7777にしているが、特に指定はない)

Token authentication is enabledというページが出るので、そこに上のメッセージでtoken=に続くコードをコピーしてPassword or tokenの入力欄に入力してLog inボタンを押す

python-interpreter's People

Contributors

murata0531 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.