'Running Neptune in Jupyter Notebook gives NameError that Neptune is not defined
# Create run in project (Neptune)
run = neptune.init(project='ssraghuvanshi1989/GCI-01-Lung-CT-Segmentation-20220506')
NameError Traceback (most recent call last)
C:\Users\SAURAB~1\AppData\Local\Temp/ipykernel_27104/3392926562.py in <module>
1 # Create run in project
----> 2 run = neptune.init(project='ssraghuvanshi1989/GCI-01-Lung-CT-Segmentation-20220506')
NameError: name 'neptune' is not defined
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|