Page 236 - AI Computer 10
P. 236

Once all the packages are downloaded and installed, we will get a message like this:



























            Step 4:  Here, new environment ‘env’ has been successfully created. Once an environment has been successfully
                     created, we can access it by writing the following command: ‘conda activate env’ and pressing the Enter
                     key.
















            Step 5:  Now our virtual environment is ready to be used. But, to open and work with Jupyter Notebooks in this
                     environment, we need to install the packages which help in working with Jupyter Notebook by writing
                     the command: conda install ipykernel nb_conda jupyter and pressing the Enter key.


















            JUPYTER NOTEBOOK

            Jupyter Notebook, released in 2014, is a powerful tool using which we can integrate
            code, text, and graphics within a document. It is the successor of the IPython Notebook.
            Python is the most commonly used language for Jupyter Notebook. It is used around all
            over the world by data scientists, and surveyors of scientific computing.

            Jupyter Notebook, a client-server application starts the server on a local machine and
            opens the notebook interface in a web browser where it can be edited and run from.

                102
                102
   231   232   233   234   235   236   237   238   239   240   241