Posts by Pedro Perdigão • 1 point
2 posts
-
0
votes0
answers13
viewsQ: Kernel stuck in "Busy" after cell execution
I’m trying to run the following cell of a Jupyter Notebook: for cada_carteira in range(numero_carteiras): peso = np.random.random(numero_acoes) peso /= np.sum(peso) retorno = np.dot(peso,…
-
-2
votes1
answer61
viewsQ: webdriver.get(url) with problems accessing B3 website consistently
I’m trying to access the B3 website using Selenium, but I can’t consistently access a specific URL. Sometimes it loads normally, but others the page I try to open keeps loading for a while and then…