List of posts related to optimization by Python to docker

Introduction

I've put together some posts related to combinatorial optimization in docker. You can check it on Jupyter by executing as follows.

Windows & Mac Search for "tsutomu7 / qiita-demo" in Kitematic, CREATE and click under WEB PREVIEW.

Linux

bash


docker run -it -d -p 8888:8888 --name qiita-demo tsutomu7/qiita-demo
firefox 127.0.0.1:8888
#Delete container
docker rm -f qiita-demo

Select one from the Jupyter list and click it to open another screen. You can then press "Shift + Enter" in sequence to do this.

Docker and post list

DockerHub: tsutomu7/qiita-demo

  1. Combine "factor room" and solve optimally --Thinking about the entrance exam questions for "Bayesian Statistics from the Basics" --Calculate the number of changes --Dice game --Illustration of the results of the knapsack problem --Speed up Fibonacci sequence calculation (Python version) ――What is Minisum or Minimax? --Calculation of the shortest path using the Monte Carlo method --Maximize restaurant sales by combinatorial optimization --Enumerate spanning trees --Investigate the dual problem --Search for the sensor installation location that maximizes the amount of acquired data --Optimize the patrol boat route --About the queue --Combination of Sudoku and optimal solution -Restore disjointed photos with optimization! -Road installation by optimization --Consider menus by combinatorial optimization --Try to solve the internship assignment problem with Python --Probability problem --Secretary problem (or matchmaking problem, or beach beauty problem) --Solving 4-color problems with combinatorial optimization --Let's decide the lecture of PyCon JP 2016 by combinatorial optimization --Creating an academic conference program with combinatorial optimization --Pave the road with combinatorial optimization --Determine the recorded program by combinatorial optimization --Judging the finish of mahjong by combinatorial optimization --Minimization of polishing frequency by combinatorial optimization

bonus

I tried to service with Arukas. (I will erase it after a while) qiita-demo on Arukas server

Postscript

--Saito Tsutimu's Python article The last 20 are automatically displayed. - https://hub.docker.com/r/tsutomu7/qiita-jupyter/ --The portal flask port is set to 5000. --The sub Jupyter port is set to 8888. --For Kitematic, return to 8888. --Temporarily released on Arukas. - https://qiita-jupyter.arukascloud.io/

that's all

Recommended Posts

List of posts related to optimization by Python to docker
[Python] How to make a list of character strings character by character
Explanation of production optimization model by Python
Recommended books by 3 types related to Python
Summary of how to use Python list
[python] How to display list elements side by side
[Introduction to Udemy Python 3 + Application] 19. Copy of list
List of Python code to move and remember
List of python modules
How to write a list / dictionary type of Python3
Group by consecutive elements of a list in Python
Summary of Python3 list operations
[Python] How to use list 1
List of self-made Docker images
[Python] Copy of multidimensional list
[Introduction to Python] <list> [edit: 2020/02/22]
Try to get the function list of Python> os package
How to shuffle a part of a Python list (at random.shuffle)
Useful tricks related to list and for statements in Python
How to get a list of built-in exceptions in python
Debug by attaching to the Python process of the SSH destination
List of libraries to install when installing Python using Pyenv
[Python3] List of sites that I referred to when I started Python
Python --Most elegant way to read lines of file into list
Expansion by argument of python dictionary
Try to get a list of breaking news threads in Python.
Judgment of if by list comprehension
[Python] Display only the elements of the list side by side [Vertical, horizontal]
Etosetra related to read_csv of Pandas
I tried to create a list of prime numbers with python
Convert list to DataFrame with python
Python> list> Convert double list to single list
List of packages installed by conda
[Python] How to use list 3 Added
Behavior of python3 by Sakura's server
Pass a list by reference from Python to C ++ with pybind11
About the basics list of Python basics
Story of power approximation by Python
[Python] A program that rotates the contents of the list to the left
I'm stunned by the behavior of filter () due to different versions of Python
[Python] How to put any number of standard inputs in a list
Python> sys.path> List of strings indicating the path to search for modules
[Introduction to Python] How to sort the contents of a list efficiently with list sort
[Python] How to use list 2 Reference of list value, number of elements, maximum value, minimum value
I tried to verify and analyze the acceleration of Python by Cython
How to format a list of dictionaries (or instances) well in Python
[Introduction to Udemy Python3 + Application] 18. List methods
[Python] Summary of how to use pandas
Answer to AtCoder Beginners Selection by Python3
[Learning memo] Basics of class by python
[Python] How to convert a 2D list to a 1D list
Display a list of alphabets in Python 3
Conditional branching of Python learned by chemoinformatics
Connect to MySQL with Python within Docker
Grayscale by matrix-Reinventor of Python image processing-
Example of 3D skeleton analysis by Python
[Introduction to Udemy Python3 + Application] 17. List operation
Function to save images by date [python3]
python> Convert tuple to list> aList = list (pi_tuple)
[Python2.7] Summary of how to use unittest
[python] Get a list of instance variables