ipython-notebook

ModuleNotFoundError: No module named 'wordcloud'

I'm using Microsoft Azure with Jupyter notebook and I need to use the word cloud. However when executing the Code: from wordcloud import WordCloud it presents the error In module named 'wordcloud' See Image:

Add command shortcut in jupyter notebook

Hello, is there a way to add a hotkey to the command: - restart kernel & clean output Without having to run the code every time you open jupyter notebook.

AttributeError: module ' plotly.validators.layout.template.data 'has no attribute 'IsosurfacesValidator'

I have an interactive graph in python. The code below works in Azure Notebook, but I had to migrate my code to JupyterLab and ... le':'Quantidade'}, xaxis={'title': 'Problema'}) fig = go.Figure(data=data, layout=layout) py.iplot(fig)

Change the maximum values in a bar chart in Seaborn (barplot)

When I'm going to "plot" a bar chart it modifies my Y-axis values proportionally , but I want them to stay with the actual va ... ns.barplot(data=dados_vendas_Activision_2012, x='Platform', y='Global_Sales', ci=None)