elhazsow / all-types-of-fourrier-transform

Notebooks for the python tutorials of my youtube channel. See specific youtube video for link to specifc notebook.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Youtube Channel Repository

Contained here is all the code contained in my videos on youtube. I have a docker image that will make things simple (no need to worry about dependencies when running my code)!

https://hub.docker.com/r/lukepolson/psolver_base

To run this Docker image using Docker Desktop (I'm assuming the linux users are already proficient/can follow this and use terminal commands)

  1. Pull the repository using docker pull lukepolson/psolver_base. You need to use windows powershell or a MAC terminal

  2. Open Docker Desktop, go to images, and click run: Alt text

  3. Configure the optional settings as follows:

Alt text 4. Go to windows powershell, use the command docker ps -a to see all running containers and look at the ID. Then use docker logs <ID> to get the logs for that container. Copy the token for the jupyter login. Alt text

  1. Open up google chrome, type in the search bar localhost:8888/lab and you will be in the correct environment!

About

Notebooks for the python tutorials of my youtube channel. See specific youtube video for link to specifc notebook.


Languages

Language:HTML 68.7%Language:Jupyter Notebook 31.3%Language:Python 0.0%