Page 184 - Ai Book - 10
P. 184

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



























                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 press the Enter key.
















                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 press Enter key.
















            JUPYTER NOTEBOOK

            The 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.


                58
                58
   179   180   181   182   183   184   185   186   187   188   189