← 返回首页
GitHub - franciscojavierarceo/Python: Useful functions I've written over the years (most of which are extremely outdated/bad) · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

franciscojavierarceo/Python

Go to file
Code

Repository files navigation

More items

Python code on random things

Generally, this repository is somewhat of a dumping ground of code I find useful. All of it is focused on Python.

Feel free to take what you'd like!

Docker + Jupyter

I am quite fond of Docker and Platforms as a Service in general (PaaS), I use Docker and Jupyter to get up and running quickly on local environments. I even wrote a blog post on it.

Here's a one liner to get you up and running with Jupyter on any computer with Docker installed.

docker run -it -p 8888:8888 --rm -e JUPYTER_ENABLE_LAB=yes -v ~/Github/Python/:/home/jovyan/work jupyter/datascience-notebook

About

Useful functions I've written over the years (most of which are extremely outdated/bad)

Resources

Stars

7 stars

Watchers

2 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Footer

© 2026 GitHub, Inc.