

- #Conda install ipython_genutils full
- #Conda install ipython_genutils code
- #Conda install ipython_genutils free
Requirement already satisfied: ipykernel>=4.5.1 in /opt/conda/lib/python3.6/site-packages (from ipywidgets>=5.1->fileupload) (5.1.0) Requirement already satisfied: ipython>=4.0.0 python_version >= "3.3" in /opt/conda/lib/python3.6/site-packages (from ipywidgets>=5.1->fileupload) (7.4.0) Requirement already satisfied: widgetsnbextension~=3.4.0 in /opt/conda/lib/python3.6/site-packages (from ipywidgets>=5.1->fileupload) (3.4.2) Requirement already satisfied: notebook>=4.2 in /opt/conda/lib/python3.6/site-packages (from fileupload) (5.7.5) Requirement already satisfied: traitlets>=4.2 in /opt/conda/lib/python3.6/site-packages (from fileupload) (4.3.2) Requirement already satisfied: ipywidgets>=5.1 in /opt/conda/lib/python3.6/site-packages (from fileupload) (7.4.2) Requirement already satisfied: fileupload in /opt/conda/lib/python3.6/site-packages (0.1.5) Requirement already satisfied: setuptools in /opt/conda/lib/python3.6/site-packages (from kiwisolver>=1.0.1->matplotlib->wordcloud) (40.8.0) Requirement already satisfied: six in /opt/conda/lib/python3.6/site-packages (from cycler>=0.10->matplotlib->wordcloud) (1.12.0) Requirement already satisfied: python-dateutil>=2.1 in /opt/conda/lib/python3.6/site-packages (from matplotlib->wordcloud) (2.8.0) Requirement already satisfied: kiwisolver>=1.0.1 in /opt/conda/lib/python3.6/site-packages (from matplotlib->wordcloud) (1.0.1) Requirement already satisfied: cycler>=0.10 in /opt/conda/lib/python3.6/site-packages (from matplotlib->wordcloud) (0.10.0) Requirement already satisfied: numpy>=1.6.1 in /opt/conda/lib/python3.6/site-packages (from wordcloud) (1.15.4) Requirement already satisfied: matplotlib in /opt/conda/lib/python3.6/site-packages (from wordcloud) (3.0.3)

Requirement already satisfied: pillow in /opt/conda/lib/python3.6/site-packages (from wordcloud) (5.4.1) Requirement already satisfied: wordcloud in /opt/conda/lib/python3.6/site-packages (1.6.0) Then you can continue on with the rest of the instructions for this notebook.Įnabling notebook extension fileupload/extension…

#Conda install ipython_genutils code
Once you get the following final line of output, the code is done executing. It may take a minute for all of this to run and there will be a lot of output messages. Run the following cell to perform all the installs and imports for your word cloud script and uploader widget. To do the upload, you will need an uploader widget. Now you will need to upload your input file here so that your script will be able to process it. You could see what word clouds you can get from famous books, like a Shakespeare play or a novel by Jane Austen. Or you can use a site like Project Gutenberg to find books that are available online. For the text itself, you can copy and paste the contents of a website you like.
#Conda install ipython_genutils free
Miniforge will automatically use the community-maintained Conda-Forge repository, which has a much wider variety of packages and is generally more up to date than the Anaconda equivalent, in addition to being free of any commercial restrictions.For the input text of your script, you will need to provide a file that contains text only. Then, simply install the packages you need (including Spyder, if you aren’t using our recommended Standalone installers) with conda as you usually do.
#Conda install ipython_genutils full
Instead, you can simply download the similar Miniforge distribution, which is 100% open source and identical to full Anaconda (aside from not bundling the Python packages installed by default in the Anaconda base environment, which we recommend you avoid using anyway given any problems here can break your whole installation). However, these terms only apply to the package infrastructure (the full Anaconda distribution and the defaults conda channel). If you use Spyder with the Anaconda distribution, they recently changed their Terms of Service to add restrictions on large (> 200 employee) for-profit companies using Anaconda on a large scale.
