Hi GentleSwallow91 ,
- When using jupyter notebooks its best to do  task.close()- It will bring the same affect you're interested in
- If you would like to upload to the server you need to add the following parameter to your  Task.init()The parameter is output_uri. You can read more here - https://clear.ml/docs/latest/docs/references/sdk/task#taskinit
 You can either mark it asTrueor provide a path to a bucket. The simplest usage would beTask.init(..., output_uri=True)
 
				