{ "cells": [ { "cell_type": "markdown", "metadata": {}, "source": [ "This app showcases a reasonably complex Portfolio Optimization tool which allows uploading a set of stocks and picking a portfolio with the desired balance between volatility and return.\n", "\n", "**Live App URL**: https://portfolio-optimizer.pyviz.demo.anaconda.com\n", "\n", "\n", "\n", "
\n", " \n", "
" ] } ], "metadata": { "language_info": { "name": "python", "pygments_lexer": "ipython3" } }, "nbformat": 4, "nbformat_minor": 4 }