Questions tagged [jupyter]
Questions that are stored in a Jupyter notebook. Code must be provided in the question in code block(s).
11 questions
5
votes
4
answers
284
views
Absolute-path Python function taking as argument a path relative to the directory of a script (.py) or Jupyter notebook (.ipynb) file
I'm currently still in the early stages of learning Python and Jupyter notebooks, and I wanted to ask if the following code for returning absolute paths relative to the directory of a script (...
-5
votes
0
answers
36
views
Analyze a directory recursively what file types (file extensions) they contain [closed]
Aim
My aim is to analyze a (big) (sub)directory and just find out what file extensions all files have there (recursively).
Additionally, these conditions apply:
I am on Windows, but I could use WSL ...
4
votes
2
answers
756
views
ML Project - Weather Prediction on Jupyter Notebook
I am working on a personal Machine-Learning (ML) project to predict weather. Right now, I am working on Jupyter Notebook. Eventually, I will transform it into a Flask app.
I have completed my code on ...
4
votes
2
answers
816
views
Plotting in Python
This is a Part2 to this question where the task was to plot the data that I got from my time measurements.
I've never worked with Jupyter Notebooks (ipynb) since ...
2
votes
1
answer
232
views
Beginner Python Web scraping
I'm a newbie in programming, I chose Python. I'm learning on my own.
Currently I'm preparing code for a portfolio on github.
I will be grateful for any code review, especially in the subject of OOP: ...
3
votes
1
answer
261
views
Yet another Wordle Game
This Jupyter Notebook code for the Wordle game works. After a lot of fixes, I have it working as it should. The code is a jumbled mess. I am open to any suggestions and/or criticism of my code. I am ...
7
votes
1
answer
194
views
Output number densities in model atmosphere of the Sun
I have completed my Python project which calculates and outputs the number densities of dozens of different species (over 11 chemical elements total) in a model atmosphere of the Sun. The code reads ...
1
vote
1
answer
723
views
Filtering data on a dataframe, Pandas-Jupyter
I have a dataframe which contains information of programmers like: country, programming languages. etc:
...
6
votes
1
answer
293
views
Animating Lissajous curves with Python and matplotlib's animation library
I'd like to plot an animation of Lissajous curves using Python and matplotlib's animate library. I really do not have a lot of experience with Python, so rather ...
3
votes
3
answers
212
views
Increase speed of global calculations of light under climate change using Dask
I am implementing an algorithm for estimating light at the ocean surface as a function of wind (waves, surface roughness), chlorophyll, and zenith angle. I want to do this using climate projections ...
5
votes
1
answer
329
views
Jupyter notebook style help + code suggestions for pandas
I wanted to open source some code to scrape and analyze publicly-filed stock buys and sells from U.S. senators. I'm not familiar with code style for Jupyter notebooks or pandas in general. Would it be ...