Skip to main content

Questions tagged [jupyter]

Questions that are stored in a Jupyter notebook. Code must be provided in the question in code block(s).

4 votes
2 answers
753 views

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 ...
Steve Austin's user avatar
4 votes
2 answers
813 views

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 ...
i_hate_F_sharp's user avatar
2 votes
1 answer
231 views

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: ...
Magda's user avatar
  • 29
3 votes
1 answer
261 views

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 ...
Ashish's user avatar
  • 33
7 votes
1 answer
194 views

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 ...
Woj's user avatar
  • 191
1 vote
1 answer
723 views

I have a dataframe which contains information of programmers like: country, programming languages. etc: ...
irtexas19's user avatar
  • 163
6 votes
1 answer
292 views

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 ...
pmpyt's user avatar
  • 61
3 votes
3 answers
212 views

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 ...
Trond Kristiansen's user avatar
5 votes
1 answer
329 views

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 ...
Neel's user avatar
  • 101