[PYTHON] Server management with Jupyter (1) import

I started server management with jupyter. Since various libraries are used, to import as standard I'm groping for what's good.

At this point (2017.2.7), this is for the time being. Finally, the point is that it says'import'. When you hide the cell itself with hide input, This is to show what cells were here.

#!/usr/bin/env python
# -*- coding: utf-8 -*-
#import list for routine work
import os,sys,re,json,codecs,inspect,platform


#Display related
from pprint import pprint as pp
from IPython.display import display,HTML

#Date Time
import datetime
import time
from datetime import datetime as dt


# pandas 
import pandas as pd
import numpy as np
import matplotlib.pyplot as plt

#network
import requests
import socket,ssl
import lxml

# fabric
from fabric.api import env,sudo,get,run,put,local,execute,hosts 
from fabric.decorators import task,hosts 
from fabric.context_managers import hide

#mysql database read
import pymysql
import sqlite3

# utility
import getpass
import difflib


# selenium
from selenium import webdriver
from selenium.webdriver.common.by import By
from selenium.webdriver.common.keys import Keys
from selenium.webdriver.support.ui import Select
from selenium.common.exceptions import NoSuchElementException
from selenium.common.exceptions import NoAlertPresentException

# excel
import openpyxl as px

'import'

Recommended Posts

Server management with Jupyter (1) import
Jupyter process management
To import your own module with jupyter
Enable Jupyter Notebook with conda on remote server
Tftp server with Docker
Multiple selections with Jupyter
Candlestick with plotly + Jupyter
Routine management with calendar
Proxy server with Docker
Local server with python
Use nim with Jupyter
An easy way to create an import module with jupyter
Import specific cells from other notebooks with Jupyter notebook
Embed audio data with Jupyter
Using Graphviz with Jupyter Notebook
Import vtk with brew python
Use pip with Jupyter Notebook
YouTube video management with Python 3
Use Cython with Jupyter Notebook
[GUI with Python] PyQt5-Layout management-
Play with Jupyter Notebook (IPython Notebook)
AWS Lambda with PyTorch [Lambda import]
Try running Python with Try Jupyter
Easy HTTP server with Python
Error: 500 (Internal Server Error) Jupyter lab
Password management with python: keyring
Switch virtual environment with jupyter
Git management of Jupyter notebook (ipynb) differences in easy-to-read with JupyterLab
Backup of server materials using shell scripts (with file generation management)
Allow external connections with jupyter notebook
Formatting with autopep8 on Jupyter notebook
Notes on package management with conda
Working with LibreOffice in Python: import
Visualize decision trees with jupyter notebook
Make a sound with Jupyter notebook
Super simple cluster management with bgworker
Creating a Flask server with Docker
Server construction with CONOHA VPS (CentOS)
Make compute server diskless with LTSP
Use markdown with jupyter notebook (with shortcut)
Try running Jupyter with VS Code
VPN server construction with Raspberry Pi
Add more kernels with Jupyter Notebook
Convenient analysis with Pandas + Jupyter notebook
Export & Import Trained Models with PyBrain
Excel, csv import, export with Django
Spark play with WSL anaconda jupyter (2)