Jupyter notebook from virtual environment

I have created a virtual environment from the terminal in order to install some new python libraries. How do I then use Jupyter Notebooks from that virtual environment, so that I can access the new libraries? Thanks.