Python Code in Jupyter Notebooks

python Python written in python cell incorporated into Jupyter Notebook.

python2 Python code printed out into fastpages blog site. Output of code running in cell underneath.

Python API in Jupyter Notebook

api API from RapidAPI written in python, output of all the languages provided in the API.

api2 API code succesfully printed into fastpages blog with output cell underneath code cell.

Python Installation

install Python installed and Anaconda installed.

Javascript Code

javascript Javascript written in notebook with code running.

javascript2 Javascript code printed into fastpages blog site. Output of code running in a cell under the cell of code.

Make Server

makeserver Running make server command in terminal.

makeserver2 Server is created and ready to be used.

makeserver3 Using server to see changes without making commits. An easier and faster way when testing code.