jcombari / My-Conda-Commands

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My-Conda-Commands

Managing environments

  • To creare environment:

    $ conda create --name research

  • To activate this environment, use

    $ conda activate research

  • To deactivate an active environment, use

    $ conda deactivate

  • JupyterLab can be installed

    $ install -c conda-forge jupyterlab

  • Get a list of all my environments Active environment shown with * conda info --envs conda info -e

  • Get a list of all my environments Active environment shown with * conda info --envs

  • Clik here for more information

How to Download & Install RStudio in Anaconda

In the command prompt: conda install r-essentials

PYTUBE

$ sudo pip install pytube Aunque si prefieres puedes descargar los fuentes con git:
$ git clone git://github.com/nficano/pytube.git

  • Step 1: Download and Install Julia
  • Step 2: Open the Julia Command-Line
  • Step 3: Add Julia to Jupyter Notebook
    • using Pkg
    • Pkg.add("IJulia")
  • Step 4: Download and Install Anaconda
  • Step 5: Create a new Notebook
  • Step 6: Write your Code

About