Pushing Single Files
Sometimes you may want to post a single file for some quick testing instead of an entire folder every time you push...
Users can publish single files to Kyso from the Command Line. In your terminal, simply navigate to the folder where your file is located.
Let's say I have a project directory with the following structure:
folder
notebook1.ipynb
notebook2.ipynb
notebook3.ipynb
notebook4.ipynb
notebook5.ipynb
data.txt
presentation.pdf
I want to share a graph from one of my notebook files with a colleague for some quick feedback -> without uploading the entire project. To do this I simply need to run:
kyso push -p notebook1.ipynb
The following might be additional relevant documentation:
Kyso's Command Line ToolConfiguring Report MetadataLast updated
Was this helpful?