Nasdaq Data Link provides a modern and efficient method of delivery for real-time exchange data and other financial information. This repository provides a Python SDK for developing applications using Nasdaq Data Link's real-time data.
I received the following error when trying to run the notebook:
Unreadable Notebook: NasdaqCloudDataService-SDK-Python/python_sdk_examples.ipynb NotJSONError('Notebook does not appear to be JSON: \'{\\n "cells": [\\n {\\n "cell_type": "m...')
After adding the missing comma, I was able to run the notebook with no issue
I received the following error when trying to run the notebook:
After adding the missing comma, I was able to run the notebook with no issue