Tools Check
Tools Check for trimester two
- local server
- Running the local server in terminal
- Python Jupyter Notebook shows python intepreter working
- Showing Conda and NodeJS
- Markdown and javascript tools working in binary blog
local server
- Here is a photo of my local server running, as you can see by the URL it is running my fastpages on my own computer, this is a useful tool because it allows me to make edits in realtime and the edits will show up instantly!
Running the local server in terminal
- In this screenshot you can see my creating the server using the make server command, and after succesfully running this command you can see the server working and giving out the address to my local server
Python Jupyter Notebook shows python intepreter working
- In this screenshot I display that in my fastpages there is a working interpreter for python that can read my python code
Showing Conda and NodeJS
- In this screenshot it is showing that I can access the base or conda and use the NodeJS, I can also access the different versions of python
Markdown and javascript tools working in binary blog
- In this screenshot I display the working binary code that we were able to make work in class, this code succesfully uses javascript and markdown to put out this page in which the lightbulbs light up and represent binary digits. This shows that my javascript and markdown tools work.